04:30:04.517 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?]; SQL [delete from "restaurant" where "id"=?]; constraint [attachment_restaurant_restaurant_id_fkey] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:290) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at com.bda.orsys.service.user.UserServiceImpl.deleteAllUnreferencedStaff(UserServiceImpl.java:210) at com.bda.orsys.service.restaurant.RestaurantServiceImpl.deleteExpiredDeletableRestaurants(RestaurantServiceImpl.java:534) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723) at com.bda.orsys.service.restaurant.RestaurantServiceImpl$$SpringCGLIB$$0.deleteExpiredDeletableRestaurants() at com.bda.orsys.utils.ScheduledTasks.deleteExpiredRestaurants(ScheduledTasks.java:288) at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.utils.ScheduledTasks$$SpringCGLIB$$0.deleteExpiredRestaurants() at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130) at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124) at io.micrometer.observation.Observation.observe(Observation.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124) at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:85) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?] at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:97) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:197) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.performNonBatchedMutation(AbstractMutationExecutor.java:134) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:55) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.doStaticDelete(AbstractDeleteCoordinator.java:279) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.delete(AbstractDeleteCoordinator.java:87) at org.hibernate.action.internal.EntityDeleteAction.execute(EntityDeleteAction.java:131) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:644) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:511) at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:414) at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:41) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1429) at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1415) at org.hibernate.query.sql.internal.NativeQueryImpl.prepareForExecution(NativeQueryImpl.java:666) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQuery(AbstractSelectionQuery.java:172) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQueryHandlingFetchProfiles(AbstractSelectionQuery.java:159) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:140) at org.hibernate.query.Query.getResultList(Query.java:120) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:130) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:93) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:152) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:140) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:170) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) ... 55 more Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant". at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:194) ... 88 more 06:22:45.545 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c28a55f9-bd62-423b-96fa-3fb7c260ff97 to interval. Created: 2026-04-05T06:12:50 FirstItem: null Completed: 2026-04-06T06:17 LastItem: null 06:22:45.549 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 06:23:00.032 ERROR c.bda.orsys.network.SlackApiCaller - 3 TRANSFER subscriptions need attention: Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 JAGA Étterem (JAGA Vendégház Kft.) valid until: 2026-04-16 07:02:45.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:22:45.387 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:39:34.442 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729678 in firestore, but it was not found in the notified HashMap! 07:52:44.932 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:02:44.958 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:02:45.367 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:04:21.667 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729680 in firestore, but it was not found in the notified HashMap! 08:08:15.814 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 329229 in firestore, but it was not found in the notified HashMap! 08:42:44.651 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 6b2cef97-2ed2-442f-ac14-a1093b3c4810 to interval. Created: 2026-04-05T08:27:56 FirstItem: null Completed: 2026-04-06T08:37 LastItem: null 08:42:44.831 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:42:44.846 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:45:51.226 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 08:45:51.227 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:45:51.228 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:45:54.255 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 08:45:54.255 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:45:54.256 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:04:54.172 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729690 was updated with tag "upsertAddress", but firestore put was not called! 09:08:17.447 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11973, amount=1, apiName=Fűszeres steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:08:17.449 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:12:44.614 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:18:46.286 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625003 in firestore, but it was not found in the notified HashMap! 09:22:44.835 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:22:45.551 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:32:44.750 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:44.933 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:44:14.792 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 09:44:55.851 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729709 was updated with tag "upsertAddress", but firestore put was not called! 09:45:23.823 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729710 was updated with tag "upsertAddress", but firestore put was not called! 09:52:44.702 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.580 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:52:58.129 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:58:21.437 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 09:58:22.499 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 10:02:14.736 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 10:02:15.531 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 253422 in firestore, but it was not found in the notified HashMap! 10:03:21.253 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729720 in firestore, but it was not found in the notified HashMap! 10:11:15.411 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 253504 in firestore, but it was not found in the notified HashMap! 10:12:44.779 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:47.538 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:15:15.104 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 459046 in firestore, but it was not found in the notified HashMap! 10:23:31.081 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729731 was updated with tag "upsert - whitelabel", but firestore put was not called! 10:32:16.948 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729735 in firestore, but it was not found in the notified HashMap! 10:32:44.721 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:46.401 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 001f1d0c-4d87-4656-85ba-9decc4b67899 to interval. Created: 2026-04-05T10:22:17 FirstItem: null Completed: 2026-04-06T10:27 LastItem: null 10:32:46.404 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:35:56.595 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70991, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:39:01.149 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70991, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:42:44.678 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:44.691 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:45.197 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 18426e08-e056-4bdd-b662-2609fd5e394f to interval. Created: 2026-04-05T10:30:06 FirstItem: null Completed: 2026-04-06T10:37 LastItem: null 10:42:46.085 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:45:23.151 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729744 in firestore, but it was not found in the notified HashMap! 11:02:44.711 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:44.733 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:44.738 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:07:55.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729763 in firestore, but it was not found in the notified HashMap! 11:09:54.294 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729766 was updated with tag "upsert - whitelabel", but firestore put was not called! 11:10:43.764 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Ketchupos-mézes pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:12:09.914 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagyma, apiNote=null, unitPrice=110.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:12:09.915 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11836, amount=1, apiName=Brokkoli, apiNote=null, unitPrice=260.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 11:12:44.570 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:45.777 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:12:46.427 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:16:14.782 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:22:45.073 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:22:45.086 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:44.896 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order e63008bd-6f4b-49ef-a022-828bbd7a4a12 to interval. Created: 2026-04-05T11:18:28 FirstItem: null Completed: 2026-04-06T11:27 LastItem: null 11:32:45.554 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order aac8cb1e-3cd3-4d3f-ab7e-5b0b96ffef35 to interval. Created: 2026-04-05T11:22:04 FirstItem: null Completed: 2026-04-06T11:27 LastItem: null 11:32:45.557 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:35:32.328 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 11:37:41.448 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 11:42:44.636 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:48:46.383 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:52:44.661 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:46.221 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:52:46.916 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c2ba9cc7-b8e9-4784-8751-61b09bf1b36d to interval. Created: 2026-04-05T11:39:02 FirstItem: null Completed: 2026-04-06T11:47 LastItem: null 11:52:46.916 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b765e46f-5b99-45ae-8747-5037280b7370 to interval. Created: 2026-04-05T11:38:54 FirstItem: null Completed: 2026-04-06T11:47 LastItem: null 11:52:46.919 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:57:22.502 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 439919 in firestore, but it was not found in the notified HashMap! 11:57:46.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 439919 in firestore, but it was not found in the notified HashMap! 11:58:01.015 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625351 in firestore, but it was not found in the notified HashMap! 12:02:44.727 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:07:15.391 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 582495 in firestore, but it was not found in the notified HashMap! 12:12:44.734 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:16:15.035 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 343105 in firestore, but it was not found in the notified HashMap! 12:19:32.989 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729796 in firestore, but it was not found in the notified HashMap! 12:19:55.851 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:19:59.591 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11973, amount=1, apiName=Fűszeres steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:19:59.593 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:20:41.027 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729797 was updated with tag "upsertAddress", but firestore put was not called! 12:21:00.634 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729798 in firestore, but it was not found in the notified HashMap! 12:22:45.038 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:45.355 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:24:13.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729800 in firestore, but it was not found in the notified HashMap! 12:25:15.187 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 420761 in firestore, but it was not found in the notified HashMap! 12:27:15.476 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 420761 in firestore, but it was not found in the notified HashMap! 12:32:44.605 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:44.685 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:44.884 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:45.237 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 0dee58e6-b660-4a6a-8224-7fc1fbe8f56d to interval. Created: 2026-04-05T12:26:41 FirstItem: null Completed: 2026-04-06T12:27 LastItem: null 12:32:45.239 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:34:50.852 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 620990 was updated with tag "upsertAddress", but firestore put was not called! 12:35:15.361 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 632748 was updated with tag "upsertAddress", but firestore put was not called! 12:35:41.164 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 700095 was updated with tag "upsertAddress", but firestore put was not called! 12:42:44.653 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:49:52.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729813 in firestore, but it was not found in the notified HashMap! 12:52:32.506 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 615405 was updated with tag "upsertAddress", but firestore put was not called! 12:52:44.698 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:47.732 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2eff4fdb-3a51-4992-9ec2-d872d4ab3dbf to interval. Created: 2026-04-05T12:38:16 FirstItem: null Completed: 2026-04-06T12:47 LastItem: null 12:58:59.887 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729824 in firestore, but it was not found in the notified HashMap! 13:02:44.968 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:02:45.724 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b9185ce9-f7da-49f6-bceb-2a3b6610210a to interval. Created: 2026-04-05T12:50:45 FirstItem: null Completed: 2026-04-06T12:57 LastItem: null 13:02:45.726 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:02:46.496 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:04:15.920 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 259662 in firestore, but it was not found in the notified HashMap! 13:05:46.666 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 259662 in firestore, but it was not found in the notified HashMap! 13:08:21.517 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70801, amount=1, apiName=Jázminrizs, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:08:21.518 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70802, amount=1, apiName=Burgonyapűré, apiNote=null, unitPrice=850.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:10:20.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70801, amount=1, apiName=Jázminrizs, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:10:20.433 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70802, amount=1, apiName=Burgonyapűré, apiNote=null, unitPrice=850.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:10:34.515 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70803, amount=1, apiName=Vegyesköret, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:10:34.517 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70811, amount=1, apiName=Csónakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:10:34.518 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70861, amount=1, apiName=Pepsi (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 13:12:20.349 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70803, amount=1, apiName=Vegyesköret, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:12:20.351 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70811, amount=1, apiName=Csónakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:12:20.352 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70861, amount=1, apiName=Pepsi (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 13:12:44.890 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:45.069 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:45.452 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:12:46.464 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 23c63079-9b07-41b0-9875-25f65f352933 to interval. Created: 2026-04-05T13:05:29 FirstItem: null Completed: 2026-04-06T13:07 LastItem: null 13:12:46.469 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:22:25.255 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 654768 was updated with tag "upsertAddress", but firestore put was not called! 13:32:45.013 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:46.486 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:37:05.231 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729852 in firestore, but it was not found in the notified HashMap! 13:39:47.453 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729853 in firestore, but it was not found in the notified HashMap! 13:40:57.366 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 580887 was updated with tag "upsertAddress", but firestore put was not called! 13:41:23.420 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:41:23.421 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11978, amount=1, apiName=Csípős öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:52:44.876 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:45.450 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:55:24.520 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #375101 of customer #276967, but it was not found in the persisted list 13:58:41.127 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 13:59:41.645 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:00:14.771 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 14:02:44.759 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:44.846 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:07:15.812 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 434946 in firestore, but it was not found in the notified HashMap! 14:09:51.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729861 in firestore, but it was not found in the notified HashMap! 14:11:17.006 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729863 was updated with tag "upsertAddress", but firestore put was not called! 14:12:45.020 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:14:14.943 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 297287 in firestore, but it was not found in the notified HashMap! 14:17:16.051 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 619747 was updated with tag "upsertAddress", but firestore put was not called! 14:22:44.722 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:26:21.524 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 683300 was updated with tag "upsertAddress", but firestore put was not called! 14:26:23.607 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729876 in firestore, but it was not found in the notified HashMap! 14:26:44.684 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729876 in firestore, but it was not found in the notified HashMap! 14:27:20.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 14:32:45.229 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:40:43.403 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 727836 was updated with tag "upsertAddress", but firestore put was not called! 14:41:58.697 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729885 in firestore, but it was not found in the notified HashMap! 14:45:15.364 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 290772 in firestore, but it was not found in the notified HashMap! 14:48:58.024 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729888 was updated with tag "upsertAddress", but firestore put was not called! 14:49:32.082 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729889 was updated with tag "upsertAddress", but firestore put was not called! 14:53:51.658 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 581570 was updated with tag "upsertAddress", but firestore put was not called! 15:00:11.817 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:00:11.817 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:00:11.818 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11979, amount=1, apiName=Ezersziget öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:00:11.819 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:00:11.819 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11975, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:00:11.820 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11978, amount=1, apiName=Csípős öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:02:44.810 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:03:56.322 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 15:05:41.882 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 15:09:20.028 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 710777 was updated with tag "upsertAddress", but firestore put was not called! 15:09:30.161 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 625920 was updated with tag "upsertAddress", but firestore put was not called! 15:09:45.638 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 711276 in firestore, but it was not found in the notified HashMap! 15:12:02.337 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729909 in firestore, but it was not found in the notified HashMap! 15:12:45.075 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:13:57.205 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 670924 was updated with tag "upsertAddress", but firestore put was not called! 15:14:02.700 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729911 in firestore, but it was not found in the notified HashMap! 15:19:08.113 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729913 in firestore, but it was not found in the notified HashMap! 15:20:29.783 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729913 in firestore, but it was not found in the notified HashMap! 15:22:45.103 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:45.457 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 6ae31d4b-df02-4cc4-9bf9-7e822fa707ce to interval. Created: 2026-04-05T15:12:41 FirstItem: null Completed: 2026-04-06T15:17 LastItem: null 15:22:45.460 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:27:29.642 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:29:40.287 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628281 in firestore, but it was not found in the notified HashMap! 15:31:53.279 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729921 was updated with tag "upsertAddress", but firestore put was not called! 15:32:44.848 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:34:21.198 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 705609 was updated with tag "upsertAddress", but firestore put was not called! 15:37:58.779 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729926 in firestore, but it was not found in the notified HashMap! 15:40:49.721 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 600176 was updated with tag "upsertAddress", but firestore put was not called! 15:42:44.814 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:44.849 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:46:20.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:46:46.283 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:46:46.503 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:52:44.851 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:44.879 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:54:07.538 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729938 in firestore, but it was not found in the notified HashMap! 15:55:55.495 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:57:26.796 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 580950 was updated with tag "upsertAddress", but firestore put was not called! 15:58:27.841 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729946 in firestore, but it was not found in the notified HashMap! 16:01:12.029 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729947 in firestore, but it was not found in the notified HashMap! 16:01:32.895 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 658845 was updated with tag "upsertAddress", but firestore put was not called! 16:01:33.888 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 721477 was updated with tag "upsertAddress", but firestore put was not called! 16:01:57.433 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 724752 was updated with tag "upsertAddress", but firestore put was not called! 16:07:11.227 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 651918 was updated with tag "upsertAddress", but firestore put was not called! 16:12:44.959 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:44.987 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.216 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.927 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:18:26.823 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729961 in firestore, but it was not found in the notified HashMap! 16:19:38.876 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 722282 was updated with tag "upsertAddress", but firestore put was not called! 16:20:24.902 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #338610 of customer #277019, but it was not found in the persisted list 16:20:35.751 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 726907 in firestore, but it was not found in the notified HashMap! 16:21:40.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729966 in firestore, but it was not found in the notified HashMap! 16:22:44.973 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.324 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:46.403 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:23:58.722 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729335 was updated with tag "upsertAddress", but firestore put was not called! 16:27:38.799 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729972 in firestore, but it was not found in the notified HashMap! 16:28:16.977 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729972 in firestore, but it was not found in the notified HashMap! 16:28:52.742 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729979 in firestore, but it was not found in the notified HashMap! 16:29:16.740 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729982 in firestore, but it was not found in the notified HashMap! 16:29:50.693 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729985 was updated with tag "upsertAddress", but firestore put was not called! 16:32:09.463 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 606091 in firestore, but it was not found in the notified HashMap! 16:32:45.183 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:32:45.223 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:33:05.522 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729987 was updated with tag "upsertAddress", but firestore put was not called! 16:34:33.169 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 554941 in firestore, but it was not found in the notified HashMap! 16:34:47.035 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729988 in firestore, but it was not found in the notified HashMap! 16:36:14.815 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 16:41:14.998 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729993 in firestore, but it was not found in the notified HashMap! 16:41:49.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729994 in firestore, but it was not found in the notified HashMap! 16:42:32.834 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729995 was updated with tag "upsertAddress", but firestore put was not called! 16:44:49.857 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 708043 was updated with tag "upsertAddress", but firestore put was not called! 16:47:14.403 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 292737 in firestore, but it was not found in the notified HashMap! 16:48:23.972 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 646593 was updated with tag "upsertAddress", but firestore put was not called! 16:48:33.363 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 670943 in firestore, but it was not found in the notified HashMap! 16:49:35.824 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730006 in firestore, but it was not found in the notified HashMap! 16:50:16.359 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 650401 was updated with tag "upsertAddress", but firestore put was not called! 16:50:53.595 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 585622 was updated with tag "upsertAddress", but firestore put was not called! 16:51:14.493 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 294589 in firestore, but it was not found in the notified HashMap! 16:52:44.902 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:44.913 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:57:38.234 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 716105 was updated with tag "upsertAddress", but firestore put was not called! 16:57:52.183 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 717632 was updated with tag "upsertAddress", but firestore put was not called! 16:58:39.411 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 598705 was updated with tag "upsertAddress", but firestore put was not called! 17:02:45.407 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:03:14.237 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 274789 in firestore, but it was not found in the notified HashMap! 17:04:39.601 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730017 in firestore, but it was not found in the notified HashMap! 17:06:30.020 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730017 in firestore, but it was not found in the notified HashMap! 17:12:00.159 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 17:12:35.485 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 723678 was updated with tag "upsertAddress", but firestore put was not called! 17:12:44.638 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:13:14.232 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 678155 in firestore, but it was not found in the notified HashMap! 17:16:09.051 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11849, amount=1, apiName=Jalapeno, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:18:18.391 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 618038 was updated with tag "upsertAddress", but firestore put was not called! 17:21:09.187 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 631840 was updated with tag "upsertAddress", but firestore put was not called! 17:22:44.656 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:45.056 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:25:41.857 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:31:42.134 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 296631 in firestore, but it was not found in the notified HashMap! 17:32:46.410 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625003 in firestore, but it was not found in the notified HashMap! 17:35:41.719 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718191 was updated with tag "upsertAddress", but firestore put was not called! 17:42:42.530 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729296 was updated with tag "upsertAddress", but firestore put was not called! 17:42:45.296 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:46:34.972 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 17:52:44.773 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:45.021 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:45.236 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:52:45.763 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:01:01.764 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730062 in firestore, but it was not found in the notified HashMap! 18:02:45.073 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:45.110 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:03:16.385 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730062 in firestore, but it was not found in the notified HashMap! 18:03:16.613 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730062 in firestore, but it was not found in the notified HashMap! 18:12:45.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:13:14.146 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 333496 in firestore, but it was not found in the notified HashMap! 18:17:14.051 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 273597 in firestore, but it was not found in the notified HashMap! 18:24:48.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730079 in firestore, but it was not found in the notified HashMap! 18:26:14.072 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730079 in firestore, but it was not found in the notified HashMap! 18:32:44.718 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:44.662 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:05:20.904 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730092 in firestore, but it was not found in the notified HashMap! 19:12:44.822 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:22:44.700 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:44.717 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:45.840 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:52:44.851 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:52:45.262 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:12:44.638 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 20:12:44.759 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:22:44.839 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 23:12:00.314 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-06, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)