04:30:05.411 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 05:52:44.565 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 98ac6070-2d3c-46b6-833b-9997cf0e5ccd to interval. Created: 2026-04-08T05:41:37 FirstItem: null Completed: 2026-04-09T05:47 LastItem: null 05:52:44.566 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 05:52:44.566 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order d5375ad1-1c4c-4b33-b46b-11864b4c6629 to interval. Created: 2026-04-08T05:41:53 FirstItem: null Completed: 2026-04-09T05:47 LastItem: null 05:52:44.567 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 06:00:03.549 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #637 has been paid, but does not have a pendingExpiry! 06:00:21.119 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1079 has been paid, but does not have a pendingExpiry! 06:12:45.383 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 06:23:00.022 ERROR c.bda.orsys.network.SlackApiCaller - 2 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 06:31:34.688 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 06:46:55.045 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731108 in firestore, but it was not found in the notified HashMap! 06:48:47.640 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731109 in firestore, but it was not found in the notified HashMap! 07:17:41.776 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731112 in firestore, but it was not found in the notified HashMap! 08:22:31.408 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731117 in firestore, but it was not found in the notified HashMap! 08:34:39.014 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:36:36.255 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 563147 in firestore, but it was not found in the notified HashMap! 08:45:34.618 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:46:19.298 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731127 in firestore, but it was not found in the notified HashMap! 08:49:34.655 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:52:46.409 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:52:50.912 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731130 in firestore, but it was not found in the notified HashMap! 08:53:22.073 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731130 in firestore, but it was not found in the notified HashMap! 08:57:34.606 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:59:46.137 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11984, amount=1, apiName=Búzaliszt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.138 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11968, amount=1, apiName=mézes-ketchupos csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.139 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=390.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.140 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) 08:59:46.142 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.143 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11906, amount=1, apiName=szezámmagos-fokhagymás sajttal töltött perem, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.144 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11990, amount=1, apiName=mézes-ketchupos csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.144 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=390.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:59:46.144 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) 09:00:04.285 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11984, amount=1, apiName=Búzaliszt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.287 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11968, amount=1, apiName=mézes-ketchupos csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.288 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=390.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.289 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) 09:00:04.291 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.292 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11906, amount=1, apiName=szezámmagos-fokhagymás sajttal töltött perem, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.293 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11990, amount=1, apiName=mézes-ketchupos csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.294 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=390.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:00:04.294 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) 09:02:34.601 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731136 in firestore, but it was not found in the notified HashMap! 09:03:20.164 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731137 in firestore, but it was not found in the notified HashMap! 09:05:21.045 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 641618 was updated with tag "upsertAddress", but firestore put was not called! 09:05:40.724 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731140 was updated with tag "upsertAddress", but firestore put was not called! 09:06:48.094 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:06:48.096 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:11:16.941 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731146 in firestore, but it was not found in the notified HashMap! 09:11:52.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:12:59.992 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279578 in firestore, but it was not found in the notified HashMap! 09:15:08.218 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 700095 was updated with tag "upsertAddress", but firestore put was not called! 09:15:16.401 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731152 was updated with tag "upsertAddress", but firestore put was not called! 09:15:24.282 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 595792 was updated with tag "upsertAddress", but firestore put was not called! 09:15:24.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731153 in firestore, but it was not found in the notified HashMap! 09:16:15.530 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 09:18:19.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731156 in firestore, but it was not found in the notified HashMap! 09:20:44.461 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566339 in firestore, but it was not found in the notified HashMap! 09:22:45.139 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:23:55.390 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 09:24:39.025 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:25:07.275 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731158 in firestore, but it was not found in the notified HashMap! 09:25:27.175 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731159 was updated with tag "upsertAddress", but firestore put was not called! 09:26:54.197 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731162 in firestore, but it was not found in the notified HashMap! 09:27:11.915 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731162 in firestore, but it was not found in the notified HashMap! 09:27:29.060 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731164 in firestore, but it was not found in the notified HashMap! 09:27:41.096 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731166 in firestore, but it was not found in the notified HashMap! 09:27:45.032 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 431169 in firestore, but it was not found in the notified HashMap! 09:28:40.526 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731167 in firestore, but it was not found in the notified HashMap! 09:30:57.941 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731170 in firestore, but it was not found in the notified HashMap! 09:32:39.257 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:32:44.889 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:33:30.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731175 in firestore, but it was not found in the notified HashMap! 09:33:56.426 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 541503 was updated with tag "upsertAddress", but firestore put was not called! 09:34:39.041 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:36:55.157 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 09:37:49.380 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:37:49.381 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:37:49.382 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:39:07.479 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:40:05.772 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731180 in firestore, but it was not found in the notified HashMap! 09:41:48.366 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:42:45.016 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:42:48.772 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:43:34.599 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:44:39.057 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:47:22.439 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731185 in firestore, but it was not found in the notified HashMap! 09:48:48.829 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:48:48.830 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:48:48.831 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:48:48.832 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:48:48.832 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34072, amount=1, apiName=Rántott sajt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 09:48:48.833 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:48:51.305 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731186 was updated with tag "upsertAddress", but firestore put was not called! 09:50:50.259 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 09:50:50.484 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731188 in firestore, but it was not found in the notified HashMap! 09:52:51.368 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:52:51.793 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:54:50.233 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 09:55:30.791 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:55:30.793 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:55:30.795 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:55:30.796 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 09:55:30.797 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 09:55:30.798 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:55:34.646 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:56:24.817 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:56:24.818 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:56:24.819 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:59:43.752 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:59:43.755 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:59:43.756 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:59:43.758 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:59:43.759 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 09:59:43.759 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:00:10.340 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 682315 was updated with tag "upsertAddress", but firestore put was not called! 10:00:43.478 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #223629 of customer #288294, but it was not found in the persisted list 10:02:05.393 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 10:02:05.395 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 10:02:42.682 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:02:42.684 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:02:42.685 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:02:42.686 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:02:42.686 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:02:42.687 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:02:44.988 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:45.916 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:53.651 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:02:53.653 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:02:53.654 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:02:53.655 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:02:53.656 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:02:53.656 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:02:53.656 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:02:53.657 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:02:53.657 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:06:38.920 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:06:50.290 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 10:08:05.339 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731204 in firestore, but it was not found in the notified HashMap! 10:09:11.843 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731205 was updated with tag "upsertAddress", but firestore put was not called! 10:10:38.517 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731206 was updated with tag "upsertAddress", but firestore put was not called! 10:11:05.044 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731208 in firestore, but it was not found in the notified HashMap! 10:11:31.136 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731208 in firestore, but it was not found in the notified HashMap! 10:12:47.839 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:12:47.839 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order d43e6b71-de36-4325-91d7-79ce45894768 to interval. Created: 2026-04-08T09:58:36 FirstItem: null Completed: 2026-04-09T10:07 LastItem: null 10:12:47.845 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:12:51.696 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731212 in firestore, but it was not found in the notified HashMap! 10:13:06.373 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 486394 in firestore, but it was not found in the notified HashMap! 10:14:07.452 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:14:52.826 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 10:16:04.637 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:16:04.638 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:16:04.639 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:19:49.131 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:21:34.590 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:21:42.532 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:21:42.534 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:21:42.535 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:21:42.537 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:21:42.538 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:21:42.539 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:21:42.539 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:21:42.539 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:21:42.539 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:21:48.325 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:22:14.070 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:22:45.133 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:45.518 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:23:08.060 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:23:08.062 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:23:08.063 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:23:08.064 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:23:08.064 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:23:08.065 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:23:08.065 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:23:08.065 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:23:08.065 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:23:38.025 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601036 was updated with tag "upsertAddress", but firestore put was not called! 10:24:04.932 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:24:04.933 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:24:04.934 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:24:04.935 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:24:04.936 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:24:04.937 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:24:57.295 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:24:57.297 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:24:57.298 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:24:57.300 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:24:57.301 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:24:57.301 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:27:40.510 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731224 in firestore, but it was not found in the notified HashMap! 10:28:39.100 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 640718 in firestore, but it was not found in the notified HashMap! 10:30:03.202 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731226 was updated with tag "upsertAddress", but firestore put was not called! 10:30:24.134 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731227 in firestore, but it was not found in the notified HashMap! 10:31:47.164 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569211 in firestore, but it was not found in the notified HashMap! 10:32:45.751 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:51.603 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:33:06.395 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 553010 was updated with tag "upsertAddress", but firestore put was not called! 10:33:12.969 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 553010 in firestore, but it was not found in the notified HashMap! 10:35:00.326 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731228 in firestore, but it was not found in the notified HashMap! 10:36:19.659 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731228 in firestore, but it was not found in the notified HashMap! 10:38:42.354 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731230 in firestore, but it was not found in the notified HashMap! 10:39:10.804 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 290327 in firestore, but it was not found in the notified HashMap! 10:42:08.427 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:42:08.429 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:42:08.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34072, amount=1, apiName=Rántott sajt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:42:08.434 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:44:03.057 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:44:03.059 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:44:03.060 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:44:42.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 517941 in firestore, but it was not found in the notified HashMap! 10:49:48.744 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:50:28.777 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 10:52:45.387 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:54:50.825 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 10:55:58.743 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731244 in firestore, but it was not found in the notified HashMap! 10:56:39.030 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:56:50.411 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602612 in firestore, but it was not found in the notified HashMap! 11:03:06.735 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:03:11.537 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 412c0697-eee0-43f2-8e6a-b7953cf0b07a to interval. Created: 2026-04-08T10:53:03 FirstItem: null Completed: 2026-04-09T10:57 LastItem: null 11:03:13.554 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:04:38.976 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 11:07:06.945 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731261 in firestore, but it was not found in the notified HashMap! 11:08:46.732 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 11:10:33.001 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731265 in firestore, but it was not found in the notified HashMap! 11:11:34.935 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 11:13:44.715 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731268 in firestore, but it was not found in the notified HashMap! 11:14:27.474 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731268 in firestore, but it was not found in the notified HashMap! 11:14:37.094 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11980, amount=1, apiName=Kapros-joghurtos öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 11:14:37.097 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11980, amount=1, apiName=Kapros-joghurtos öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 11:14:37.098 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 11:22:50.977 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:52.903 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:26:17.408 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:35:48.687 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:38:02.025 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731280 was updated with tag "upsertAddress", but firestore put was not called! 11:42:45.010 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:51.057 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:46:14.336 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:47:48.730 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:48:50.472 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 11:49:49.792 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:52:45.298 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:50.049 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:56:40.179 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:57:37.887 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731286 was updated with tag "upsertAddress", but firestore put was not called! 12:01:47.532 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731289 in firestore, but it was not found in the notified HashMap! 12:02:45.707 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:47.635 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:05:37.736 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731292 in firestore, but it was not found in the notified HashMap! 12:06:06.209 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731293 in firestore, but it was not found in the notified HashMap! 12:06:39.112 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:08:09.574 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 727175 in firestore, but it was not found in the notified HashMap! 12:08:27.506 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731292 in firestore, but it was not found in the notified HashMap! 12:10:39.030 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:12:45.084 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.433 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:47.266 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:12:48.553 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order fb826c13-064b-4ca9-bcb7-0837c12a80e7 to interval. Created: 2026-04-08T12:02:42 FirstItem: null Completed: 2026-04-09T12:07 LastItem: null 12:12:48.559 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:14:19.669 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:14:19.671 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=390.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:14:19.672 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) 12:14:19.673 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) 12:14:19.674 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) 12:15:28.528 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 726190 was updated with tag "upsertAddress", but firestore put was not called! 12:15:46.809 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 722571 was updated with tag "upsertAddress", but firestore put was not called! 12:16:39.133 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:18:37.186 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:18:37.188 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11984, amount=1, apiName=Búzaliszt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:18:37.189 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11965, amount=1, apiName=fokhagymás-mustáros csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:18:37.190 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:21:48.275 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:21:48.439 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:22:45.708 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:45.729 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:47.088 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:22:48.186 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:22:48.246 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:26:50.291 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 12:26:58.705 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731301 in firestore, but it was not found in the notified HashMap! 12:30:57.593 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 596131 in firestore, but it was not found in the notified HashMap! 12:32:39.976 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) 12:32:39.977 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:32:39.978 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) 12:32:39.978 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:32:39.978 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:32:39.978 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11833, amount=1, apiName=Bacon, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:32:39.979 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=Tojás, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:32:39.979 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11870, amount=1, apiName=Trappista sajt, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:32:39.981 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11969, amount=1, apiName=Választható - Amerikai káposztasalátával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 12:32:44.841 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:46.598 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order a07c3551-5cb0-4611-9dad-4e6c23d9d97f to interval. Created: 2026-04-08T12:25:15 FirstItem: null Completed: 2026-04-09T12:27 LastItem: null 12:32:46.603 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:47.342 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:33:49.818 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:36:38.988 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:39:19.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731312 in firestore, but it was not found in the notified HashMap! 12:40:02.664 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731315 in firestore, but it was not found in the notified HashMap! 12:42:48.008 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:43:00.456 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731321 in firestore, but it was not found in the notified HashMap! 12:46:37.831 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731324 was updated with tag "upsert - whitelabel", but firestore put was not called! 12:46:54.030 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:48:45.713 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 568555 in firestore, but it was not found in the notified HashMap! 12:50:07.169 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731329 was updated with tag "upsertAddress", but firestore put was not called! 12:51:48.387 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:52:44.853 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:44.902 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.439 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 088dce2d-6c60-49ed-8158-88c296b1926a to interval. Created: 2026-04-08T12:42:20 FirstItem: null Completed: 2026-04-09T12:47 LastItem: null 12:52:45.444 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:52:48.042 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:53:28.616 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731334 in firestore, but it was not found in the notified HashMap! 12:53:48.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:54:13.439 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:54:13.440 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:54:39.130 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:54:46.409 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 568555 in firestore, but it was not found in the notified HashMap! 12:56:50.957 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 12:59:39.057 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:02:45.094 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:04:50.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 13:10:36.692 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731345 in firestore, but it was not found in the notified HashMap! 13:12:30.084 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480301 in firestore, but it was not found in the notified HashMap! 13:12:47.020 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:12:48.691 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:15:23.746 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731346 in firestore, but it was not found in the notified HashMap! 13:18:44.344 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 635471 was updated with tag "upsertAddress", but firestore put was not called! 13:19:04.757 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 13:19:53.294 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731348 was updated with tag "upsert - whitelabel", but firestore put was not called! 13:22:45.235 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:23:43.495 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731349 in firestore, but it was not found in the notified HashMap! 13:26:12.944 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:28:44.909 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 13:30:39.173 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:32:44.875 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:46.527 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5adc2c64-40de-40d9-858a-5af62ca617c6 to interval. Created: 2026-04-08T13:22:40 FirstItem: null Completed: 2026-04-09T13:27 LastItem: null 13:32:46.530 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:32:46.652 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 13:32:46.676 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order bcdd44c5-7362-4062-87fe-f5064a077882 to interval. Created: 2026-04-08T13:24:14 FirstItem: null Completed: 2026-04-09T13:27 LastItem: null 13:32:46.678 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:33:15.482 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 639108 was updated with tag "upsertAddress", but firestore put was not called! 13:34:50.535 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 13:36:16.092 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:42:45.966 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:46:39.150 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:48:18.099 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 333784 in firestore, but it was not found in the notified HashMap! 13:50:58.217 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:50:58.218 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11939, amount=1, apiName=kukorica, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:50:58.218 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11937, amount=1, apiName=ketchup, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:50:58.219 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11944, amount=1, apiName=paradicsom, apiNote=null, unitPrice=490.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:51:56.968 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731369 in firestore, but it was not found in the notified HashMap! 13:52:45.704 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:54:29.684 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11984, amount=1, apiName=Búzaliszt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:54:29.685 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11966, amount=1, apiName=gyrosos csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:54:29.686 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) 13:54:29.687 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:58:08.554 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731373 in firestore, but it was not found in the notified HashMap! 14:02:44.943 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:45.147 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:03:19.836 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731376 in firestore, but it was not found in the notified HashMap! 14:03:43.014 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731377 was updated with tag "upsertAddress", but firestore put was not called! 14:04:29.642 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 654543 was updated with tag "upsertAddress", but firestore put was not called! 14:04:44.220 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 546377 in firestore, but it was not found in the notified HashMap! 14:06:38.062 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:07:31.184 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:07:54.800 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:08:37.789 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:11:34.552 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 351916 in firestore, but it was not found in the notified HashMap! 14:11:45.686 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 377638 in firestore, but it was not found in the notified HashMap! 14:12:46.635 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:14:08.419 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 559835 in firestore, but it was not found in the notified HashMap! 14:16:46.482 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:22:44.953 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:27:30.759 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:28:46.715 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:32:39.130 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:32:45.385 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:32:45.410 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:33:57.666 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 548255 in firestore, but it was not found in the notified HashMap! 14:36:21.945 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) 14:36:25.327 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 14:36:35.145 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:37:33.580 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 560221 in firestore, but it was not found in the notified HashMap! 14:38:46.623 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:38:47.836 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 14:40:39.077 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:42:45.542 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:46.543 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:45:34.513 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 654907 in firestore, but it was not found in the notified HashMap! 14:46:07.110 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 602091 was updated with tag "upsertAddress", but firestore put was not called! 14:47:56.669 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 531838 in firestore, but it was not found in the notified HashMap! 14:48:57.580 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 531838 in firestore, but it was not found in the notified HashMap! 14:50:43.409 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #299178 of customer #277706, but it was not found in the persisted list 14:51:49.745 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 613462 was updated with tag "upsertAddress", but firestore put was not called! 14:52:44.230 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 696638 in firestore, but it was not found in the notified HashMap! 14:52:48.147 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:58:29.913 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 471521 in firestore, but it was not found in the notified HashMap! 14:58:39.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:59:38.643 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731418 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:02:09.999 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 642989 in firestore, but it was not found in the notified HashMap! 15:03:43.569 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731422 in firestore, but it was not found in the notified HashMap! 15:04:11.237 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 544170 in firestore, but it was not found in the notified HashMap! 15:04:46.340 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:04:46.340 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=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:04:46.340 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=Coca-Cola Zero 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:05:30.602 WARN  c.b.o.s.s.StatisticsServiceImpl - Error when persisting statistics of DELIVERY order 1484752 java.lang.NullPointerException: Cannot invoke "com.bda.orsys.dto.interfaces.DetailedOrderStatus.name()" because the return value of "com.bda.orsys.dto.interfaces.StatisticsProducingEntity.getStatus()" is null at com.bda.orsys.service.statistics.StatisticsServiceImpl.updateStatisticsOf(StatisticsServiceImpl.java:495) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:140) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:132) at jdk.internal.reflect.GeneratedMethodAccessor1486.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.service.statistics.StatisticsServiceImpl$$SpringCGLIB$$0.persistStatisticsOf() at com.bda.orsys.service.statistics.DeliveryStatisticsEntityListener.lambda$scheduleUpdate$0(DeliveryStatisticsEntityListener.java:50) 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) 15:07:14.439 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 724193 was updated with tag "upsertAddress", but firestore put was not called! 15:08:38.931 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731426 in firestore, but it was not found in the notified HashMap! 15:09:17.228 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=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:09:17.228 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=Nutellás gofri, apiNote=null, unitPrice=650.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:09:47.923 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 281563 in firestore, but it was not found in the notified HashMap! 15:10:55.630 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:12:39.119 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:12:45.215 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:46.082 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:47.983 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:14:44.263 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 619155 in firestore, but it was not found in the notified HashMap! 15:15:30.609 WARN  c.b.o.s.s.StatisticsServiceImpl - Error when persisting statistics of DELIVERY order 1484752 java.lang.NullPointerException: Cannot invoke "com.bda.orsys.dto.interfaces.DetailedOrderStatus.name()" because the return value of "com.bda.orsys.dto.interfaces.StatisticsProducingEntity.getStatus()" is null at com.bda.orsys.service.statistics.StatisticsServiceImpl.updateStatisticsOf(StatisticsServiceImpl.java:495) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:140) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:132) at jdk.internal.reflect.GeneratedMethodAccessor1486.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.service.statistics.StatisticsServiceImpl$$SpringCGLIB$$0.persistStatisticsOf() at com.bda.orsys.service.statistics.DeliveryStatisticsEntityListener.lambda$scheduleUpdate$0(DeliveryStatisticsEntityListener.java:50) 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) 15:17:37.395 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 487064 in firestore, but it was not found in the notified HashMap! 15:18:36.388 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 277143 in firestore, but it was not found in the notified HashMap! 15:22:59.713 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731444 in firestore, but it was not found in the notified HashMap! 15:27:50.058 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=Nem kérek, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:27:50.059 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=Nem kérek, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:27:50.059 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=Nem kérek, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:28:23.052 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731447 in firestore, but it was not found in the notified HashMap! 15:30:46.331 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68102, amount=1, apiName=Paradicsom Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.332 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.332 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=Ketchup 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.332 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68100, amount=1, apiName=Player Kid Játék 2, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.333 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68098, amount=1, apiName=SIÓ Vitatigris Rózsaszín Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.334 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71090, amount=1, apiName=Kubu Eper 0.3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Hot Cheddar Szósz 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Kinley Gyömbér 250 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Ketchup 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:30:46.335 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=Sprite 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:31:28.342 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11847, amount=1, apiName=Gomba, apiNote=null, unitPrice=230.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:32:14.762 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 622772 was updated with tag "upsertAddress", but firestore put was not called! 15:32:45.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:47.578 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:32:50.094 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:33:38.283 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731450 in firestore, but it was not found in the notified HashMap! 15:35:43.200 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #151860 of customer #291004, but it was not found in the persisted list 15:35:43.200 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #207393 of customer #291004, but it was not found in the persisted list 15:37:00.740 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731452 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:38:37.920 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:38:41.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731453 in firestore, but it was not found in the notified HashMap! 15:39:07.965 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731454 in firestore, but it was not found in the notified HashMap! 15:42:19.965 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 654052 in firestore, but it was not found in the notified HashMap! 15:42:48.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:43:21.494 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 604264 was updated with tag "upsertAddress", but firestore put was not called! 15:44:01.805 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:45:47.832 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 704043 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:46:24.322 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:48:24.119 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 619458 was updated with tag "upsertAddress", but firestore put was not called! 15:52:14.942 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731469 was updated with tag "upsertAddress", but firestore put was not called! 15:52:42.203 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 15:52:44.973 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:46.534 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c3d2ef2a-617b-40fd-8521-d55abe57f5b1 to interval. Created: 2026-04-08T15:44:37 FirstItem: null Completed: 2026-04-09T15:47 LastItem: null 15:52:46.537 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:54:12.120 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 720916 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:54:57.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 676424 in firestore, but it was not found in the notified HashMap! 15:55:46.743 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:55:46.745 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:56:53.912 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 537133 in firestore, but it was not found in the notified HashMap! 15:58:21.314 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731472 in firestore, but it was not found in the notified HashMap! 15:58:37.950 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:02:45.066 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.761 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:46.076 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:02:47.542 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:04:39.212 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:04:46.853 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 636122 was updated with tag "upsertAddress", but firestore put was not called! 16:06:50.816 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 16:08:05.433 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 664385 in firestore, but it was not found in the notified HashMap! 16:08:41.745 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731488 in firestore, but it was not found in the notified HashMap! 16:09:32.544 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 651956 in firestore, but it was not found in the notified HashMap! 16:10:27.709 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551918 in firestore, but it was not found in the notified HashMap! 16:12:45.237 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:46.951 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order dbe62175-311f-4640-9874-d1c20546856f to interval. Created: 2026-04-08T16:00:22 FirstItem: null Completed: 2026-04-09T16:07 LastItem: null 16:12:46.956 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:13:15.868 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731491 was updated with tag "upsertAddress", but firestore put was not called! 16:17:29.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731494 in firestore, but it was not found in the notified HashMap! 16:18:23.918 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731496 in firestore, but it was not found in the notified HashMap! 16:18:56.120 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731497 in firestore, but it was not found in the notified HashMap! 16:19:29.331 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:19:52.286 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 696150 was updated with tag "upsertAddress", but firestore put was not called! 16:20:11.977 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731498 in firestore, but it was not found in the notified HashMap! 16:20:27.653 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551982 in firestore, but it was not found in the notified HashMap! 16:20:46.418 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:21:36.126 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 470901 in firestore, but it was not found in the notified HashMap! 16:22:39.041 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:22:45.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:45.346 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:45.545 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:23:10.030 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 714985 in firestore, but it was not found in the notified HashMap! 16:24:39.380 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:25:17.329 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 692202 was updated with tag "upsertAddress", but firestore put was not called! 16:28:18.625 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 629933 was updated with tag "upsertAddress", but firestore put was not called! 16:28:29.640 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731514 in firestore, but it was not found in the notified HashMap! 16:29:55.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 16:30:33.030 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 664968 was updated with tag "upsertAddress", but firestore put was not called! 16:30:39.256 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:31:07.092 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566333 in firestore, but it was not found in the notified HashMap! 16:31:34.386 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731524 in firestore, but it was not found in the notified HashMap! 16:32:39.183 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:32:45.207 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:32:45.211 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:32:45.760 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:33:31.235 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 409424 in firestore, but it was not found in the notified HashMap! 16:33:53.163 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731525 in firestore, but it was not found in the notified HashMap! 16:35:17.241 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 677795 was updated with tag "upsertAddress", but firestore put was not called! 16:35:31.613 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 409424 in firestore, but it was not found in the notified HashMap! 16:37:22.287 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:37:53.012 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:38:46.477 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:38:50.871 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602612 in firestore, but it was not found in the notified HashMap! 16:40:26.593 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731532 was updated with tag "upsertAddress", but firestore put was not called! 16:40:27.866 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731533 in firestore, but it was not found in the notified HashMap! 16:42:45.033 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:42:45.992 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:43:47.536 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 420398 in firestore, but it was not found in the notified HashMap! 16:45:10.795 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:46:39.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:46:46.444 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:47:00.255 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731539 in firestore, but it was not found in the notified HashMap! 16:47:52.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731541 in firestore, but it was not found in the notified HashMap! 16:49:33.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731543 in firestore, but it was not found in the notified HashMap! 16:50:21.079 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #264242 of customer #286243, but it was not found in the persisted list 16:50:39.186 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:50:47.770 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 16:52:44.991 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:56:35.493 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731547 in firestore, but it was not found in the notified HashMap! 16:56:39.173 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:57:15.146 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731549 in firestore, but it was not found in the notified HashMap! 16:58:26.763 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731550 was updated with tag "upsert - whitelabel", but firestore put was not called! 16:58:35.055 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731552 in firestore, but it was not found in the notified HashMap! 16:59:28.927 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 653959 was updated with tag "upsertAddress", but firestore put was not called! 17:00:46.597 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.597 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=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.597 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.599 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68102, amount=1, apiName=Paradicsom Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.601 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=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.601 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=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:00:46.601 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:02:44.800 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:02:46.179 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:03:29.728 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 690770 in firestore, but it was not found in the notified HashMap! 17:04:34.513 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 686763 was updated with tag "upsertAddress", but firestore put was not called! 17:06:39.609 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731561 in firestore, but it was not found in the notified HashMap! 17:06:42.566 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 17:06:43.855 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 17:06:44.832 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477697 in firestore, but it was not found in the notified HashMap! 17:08:00.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731564 in firestore, but it was not found in the notified HashMap! 17:10:17.598 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:11:41.916 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731570 in firestore, but it was not found in the notified HashMap! 17:12:00.161 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:39.180 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 601660 in firestore, but it was not found in the notified HashMap! 17:12:44.866 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:47.138 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:22:31.867 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 552799 in firestore, but it was not found in the notified HashMap! 17:22:45.186 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:45.903 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:45.907 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:23:48.688 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:25:59.678 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 666908 in firestore, but it was not found in the notified HashMap! 17:26:41.292 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 681727 was updated with tag "upsertAddress", but firestore put was not called! 17:28:14.120 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731577 in firestore, but it was not found in the notified HashMap! 17:28:47.499 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 253442 in firestore, but it was not found in the notified HashMap! 17:30:31.468 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731578 in firestore, but it was not found in the notified HashMap! 17:30:52.286 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 17:32:37.856 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731578 in firestore, but it was not found in the notified HashMap! 17:32:38.065 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:32:47.874 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:33:17.148 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731581 was updated with tag "upsertAddress", but firestore put was not called! 17:36:42.376 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 17:38:19.871 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 703062 in firestore, but it was not found in the notified HashMap! 17:40:51.299 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 17:42:47.629 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9ae27e74-6c5e-44a5-96f4-98bb678f255b to interval. Created: 2026-04-08T17:27:25 FirstItem: null Completed: 2026-04-09T17:37 LastItem: null 17:42:47.633 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:48.492 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:50.878 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 17:44:11.491 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 603317 was updated with tag "upsertAddress", but firestore put was not called! 17:44:17.421 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 543688 in firestore, but it was not found in the notified HashMap! 17:44:18.516 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 663241 in firestore, but it was not found in the notified HashMap! 17:46:07.518 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731595 in firestore, but it was not found in the notified HashMap! 17:47:31.161 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731595 in firestore, but it was not found in the notified HashMap! 17:48:39.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:49:03.178 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731604 in firestore, but it was not found in the notified HashMap! 17:49:10.090 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731605 in firestore, but it was not found in the notified HashMap! 17:50:43.365 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731606 in firestore, but it was not found in the notified HashMap! 17:51:31.211 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 544862 in firestore, but it was not found in the notified HashMap! 17:52:44.709 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:45.399 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:45.659 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:53:29.083 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 728703 in firestore, but it was not found in the notified HashMap! 17:53:39.149 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:53:39.150 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) 17:53:39.151 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:53:39.151 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=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:54:55.065 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731611 was updated with tag "upsertAddress", but firestore put was not called! 17:55:00.414 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731612 in firestore, but it was not found in the notified HashMap! 17:56:14.291 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:57:12.504 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 654732 in firestore, but it was not found in the notified HashMap! 18:02:44.927 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:46.712 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:48.696 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 1541e087-0d85-4fd7-9a04-5be51f4b8868 to interval. Created: 2026-04-08T17:54:55 FirstItem: null Completed: 2026-04-09T17:57 LastItem: null 18:02:49.766 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731619 was updated with tag "upsertAddress", but firestore put was not called! 18:05:38.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602555 in firestore, but it was not found in the notified HashMap! 18:08:39.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:10:46.429 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=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:10:46.429 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=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:10:46.429 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:10:46.430 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68113, amount=1, apiName=Extra Szósz, apiNote=null, unitPrice=180.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:10:46.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68117, amount=1, apiName=Extra Sajt, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:10:46.432 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68117, amount=1, apiName=Extra Sajt, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:12:44.984 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.582 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f6456659-6ce5-4c0a-9d23-3431e0445cd0 to interval. Created: 2026-04-08T18:03:24 FirstItem: null Completed: 2026-04-09T18:07 LastItem: null 18:12:46.343 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:13:07.546 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:16:46.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:18:17.952 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731634 in firestore, but it was not found in the notified HashMap! 18:22:46.505 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:46.929 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:22:47.099 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 692c037d-aa09-4968-89b3-2514808ef77d to interval. Created: 2026-04-08T18:09:02 FirstItem: null Completed: 2026-04-09T18:17 LastItem: null 18:22:47.103 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:22:47.366 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:22:59.763 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 18:28:28.012 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:30:48.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:32:45.838 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:35:30.757 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #321025 of customer #282282, but it was not found in the persisted list 18:40:39.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:42:46.605 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:42:47.405 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:44:17.875 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731660 in firestore, but it was not found in the notified HashMap! 18:44:51.874 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 592375 was updated with tag "upsertAddress", but firestore put was not called! 18:49:29.636 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731667 in firestore, but it was not found in the notified HashMap! 18:50:51.075 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 18:51:04.837 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731667 in firestore, but it was not found in the notified HashMap! 18:52:44.744 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:47.428 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:54:39.406 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:02:45.744 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:47.010 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:12:46.241 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:12:46.954 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:14:59.250 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 465383 in firestore, but it was not found in the notified HashMap! 19:17:52.653 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48489, amount=1, apiName=Plusz marhahús pogácsa 150gr, apiNote=null, unitPrice=1490.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:17:52.654 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 19:17:52.655 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48473, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:17:52.657 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:17:52.658 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48489, amount=1, apiName=Plusz marhahús pogácsa 150gr, apiNote=null, unitPrice=1490.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:18:16.236 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48489, amount=1, apiName=Plusz marhahús pogácsa 150gr, apiNote=null, unitPrice=1490.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:18:16.238 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 19:18:16.239 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48473, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:18:16.240 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:18:16.242 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48489, amount=1, apiName=Plusz marhahús pogácsa 150gr, apiNote=null, unitPrice=1490.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:22:44.918 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:22:46.269 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:26:24.351 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:26:39.144 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:27:16.965 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731682 in firestore, but it was not found in the notified HashMap! 19:29:04.602 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 650401 was updated with tag "upsertAddress", but firestore put was not called! 19:32:45.380 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:32:46.184 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:32:51.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 19:42:44.798 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:45.002 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:45.402 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:46:22.519 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:46:22.750 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:46:22.961 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:52:45.638 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:02:45.657 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:32:44.705 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:42:44.708 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:52:44.703 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 23:12:00.851 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-09, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)