04:30:06.430 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 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.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 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.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) ... 57 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) ... 90 more 05:54:41.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 05:54:41.874 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 339019 in firestore, but it was not found in the notified HashMap! 06:00:09.635 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #710 has been paid, but does not have a pendingExpiry! 06:00:25.231 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #995 has been paid, but does not have a pendingExpiry! 06:23:00.020 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:52:42.518 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734490 in firestore, but it was not found in the notified HashMap! 07:02:53.125 ERROR c.b.o.s.r.d.DiscountServiceImpl - Discount price mismatch found when persisting usage of transaction 14921! Item value is 5025.0, discount should be 10150.0 07:02:53.125 ERROR c.bda.orsys.network.SlackApiCaller - Discount price mismatch found when persisting usage of transaction 14921! Item value is 5025.0, discount should be 10150.0 07:02:56.453 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 300077 in firestore, but it was not found in the notified HashMap! 07:04:34.080 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734491 in firestore, but it was not found in the notified HashMap! 07:13:26.713 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734492 in firestore, but it was not found in the notified HashMap! 08:12:44.735 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 08:23:09.465 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:27:32.226 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734501 in firestore, but it was not found in the notified HashMap! 08:31:52.496 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:32:44.933 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 08:33:52.430 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:34:29.640 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734503 in firestore, but it was not found in the notified HashMap! 08:37:09.958 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:43:51.120 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734507 in firestore, but it was not found in the notified HashMap! 08:45:28.629 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734508 was updated with tag "upsertAddress", but firestore put was not called! 08:48:19.536 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 08:48:34.899 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 274790 in firestore, but it was not found in the notified HashMap! 08:53:09.448 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:57:52.469 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:01:08.083 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:01:08.085 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) 09:01:08.085 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:01:08.085 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:01:11.975 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:01:11.976 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) 09:01:11.977 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:01:11.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) 09:01:43.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 09:02:46.202 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:03:12.807 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 625920 was updated with tag "upsertAddress", but firestore put was not called! 09:05:34.814 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 693085 in firestore, but it was not found in the notified HashMap! 09:06:01.666 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 733562 was updated with tag "upsertAddress", but firestore put was not called! 09:07:13.164 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 09:08:54.615 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724879 in firestore, but it was not found in the notified HashMap! 09:08:56.513 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724879 in firestore, but it was not found in the notified HashMap! 09:11:20.798 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734529 in firestore, but it was not found in the notified HashMap! 09:11:53.251 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 533159 in firestore, but it was not found in the notified HashMap! 09:12:33.540 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734029 in firestore, but it was not found in the notified HashMap! 09:13:52.339 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:14:12.651 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 554264 in firestore, but it was not found in the notified HashMap! 09:14:59.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734532 in firestore, but it was not found in the notified HashMap! 09:15:57.879 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734534 in firestore, but it was not found in the notified HashMap! 09:18:26.174 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734536 in firestore, but it was not found in the notified HashMap! 09:19:52.319 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:20:18.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734539 in firestore, but it was not found in the notified HashMap! 09:21:09.483 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:22:44.949 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:22:45.925 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:22:48.787 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:23:06.416 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:24:18.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 09:27:10.230 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 485080 in firestore, but it was not found in the notified HashMap! 09:27:55.636 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 617648 was updated with tag "upsertAddress", but firestore put was not called! 09:29:20.804 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734548 in firestore, but it was not found in the notified HashMap! 09:30:14.702 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:30:34.504 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 684644 was updated with tag "upsert - whitelabel", but firestore put was not called! 09:31:09.438 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:31:43.775 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 661650 was updated with tag "upsertAddress", but firestore put was not called! 09:33:34.720 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 693085 in firestore, but it was not found in the notified HashMap! 09:34:30.186 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 09:34:58.125 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734554 in firestore, but it was not found in the notified HashMap! 09:35:09.458 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:35:29.517 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 636158 in firestore, but it was not found in the notified HashMap! 09:38:33.789 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734556 in firestore, but it was not found in the notified HashMap! 09:38:59.215 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734557 in firestore, but it was not found in the notified HashMap! 09:43:08.648 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 09:43:44.927 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734566 in firestore, but it was not found in the notified HashMap! 09:45:08.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 09:51:52.511 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:52:09.869 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734576 in firestore, but it was not found in the notified HashMap! 09:52:44.998 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:46.665 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:52:48.100 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:54:14.910 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:55:34.594 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 693167 in firestore, but it was not found in the notified HashMap! 09:56:44.040 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 693167 in firestore, but it was not found in the notified HashMap! 09:59:14.051 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) 09:59:14.051 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) 09:59:14.052 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:59:14.053 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) 10:02:14.631 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:02:46.023 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:47.539 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order d1cf12aa-00a3-4497-915d-eba8c16c462a to interval. Created: 2026-04-14T09:53:08 FirstItem: null Completed: 2026-04-15T09:57 LastItem: null 10:02:47.543 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:03:52.468 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:04:15.890 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:05:52.404 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:07:52.492 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:11:33.535 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:11:33.536 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) 10:11:33.537 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) 10:11:33.538 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:11:33.538 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) 10:11:33.538 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) 10:11:33.538 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:11:33.539 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:11:33.539 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:12:46.788 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:47.175 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:13:34.590 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 673353 in firestore, but it was not found in the notified HashMap! 10:13:54.826 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 506455 in firestore, but it was not found in the notified HashMap! 10:15:03.996 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734598 in firestore, but it was not found in the notified HashMap! 10:19:46.222 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:19:46.223 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) 10:19:46.224 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) 10:21:32.375 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734604 in firestore, but it was not found in the notified HashMap! 10:21:43.368 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734604 in firestore, but it was not found in the notified HashMap! 10:21:43.517 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734604 in firestore, but it was not found in the notified HashMap! 10:22:45.195 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:46.804 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:49.051 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:22:51.709 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 3f3f9b88-209a-4e48-90a3-b48ce569fb30 to interval. Created: 2026-04-14T10:08:02 FirstItem: null Completed: 2026-04-15T10:17 LastItem: null 10:22:52.343 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:24:37.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:24:46.903 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #164962 of customer #288205, but it was not found in the persisted list 10:25:21.033 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 660336 was updated with tag "upsertAddress", but firestore put was not called! 10:27:29.927 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:27:29.928 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:27:29.929 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:27:29.930 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:27:29.931 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) 10:27:29.932 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:28:27.859 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734614 in firestore, but it was not found in the notified HashMap! 10:28:36.127 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734615 in firestore, but it was not found in the notified HashMap! 10:29:57.850 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734617 in firestore, but it was not found in the notified HashMap! 10:31:54.563 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 646548 was updated with tag "upsertAddress", but firestore put was not called! 10:32:45.064 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:45.864 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:46.027 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:33:09.345 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:34:15.385 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:35:52.456 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:37:52.250 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 409506 in firestore, but it was not found in the notified HashMap! 10:41:09.433 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:42:38.574 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734625 in firestore, but it was not found in the notified HashMap! 10:42:46.464 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:44:11.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) 10:44:11.792 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) 10:44:11.794 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) 10:45:39.297 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:45:39.298 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:45:39.299 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:50:36.929 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625003 in firestore, but it was not found in the notified HashMap! 10:52:29.007 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=normál, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:52:29.008 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 desszertet!, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:52:45.021 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:45.079 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:53:30.132 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 11:02:45.179 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.183 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:46.279 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:04:14.657 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:05:11.646 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) 11:05:11.648 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) 11:05:11.649 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) 11:06:15.924 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:06:21.334 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) 11:06:21.335 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) 11:06:21.336 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) 11:06:55.391 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34065, amount=1, apiName=Gyümölcs leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:06:55.393 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) 11:06:55.394 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) 11:10:30.233 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734646 in firestore, but it was not found in the notified HashMap! 11:12:45.689 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:46.097 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:15:00.133 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 11:16:35.440 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 700095 was updated with tag "upsertAddress", but firestore put was not called! 11:18:23.266 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734649 in firestore, but it was not found in the notified HashMap! 11:21:09.296 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 11:21:17.684 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734650 in firestore, but it was not found in the notified HashMap! 11:21:52.397 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:23:08.992 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 11:27:52.530 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:28:45.822 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734651 in firestore, but it was not found in the notified HashMap! 11:32:36.989 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:32:48.877 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 74dbfcc2-8f3f-4bf3-b001-1f691db36a93 to interval. Created: 2026-04-14T11:24:23 FirstItem: null Completed: 2026-04-15T11:27 LastItem: null 11:32:48.882 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:33:09.336 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 11:36:37.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:39:43.639 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 565344 in firestore, but it was not found in the notified HashMap! 11:39:44.488 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 565344 in firestore, but it was not found in the notified HashMap! 11:42:45.154 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:45.508 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:43:52.426 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:52:45.533 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:46.064 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:55:31.177 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 380109 in firestore, but it was not found in the notified HashMap! 12:01:51.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 346477 in firestore, but it was not found in the notified HashMap! 12:02:45.292 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.961 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:04:31.487 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 622187 was updated with tag "upsertAddress", but firestore put was not called! 12:05:15.186 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34065, amount=1, apiName=Gyümölcs leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:05:15.187 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) 12:05:15.188 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) 12:05:15.190 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34065, amount=1, apiName=Gyümölcs leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:05:15.190 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) 12:05:15.190 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) 12:09:52.505 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:12:46.755 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:13:15.371 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 12:13:58.577 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734676 in firestore, but it was not found in the notified HashMap! 12:15:09.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 12:18:10.471 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734678 in firestore, but it was not found in the notified HashMap! 12:22:45.000 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:46.557 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 8bafed0d-99bd-478f-a4da-866d3fe7a1a9 to interval. Created: 2026-04-14T12:14:35 FirstItem: null Completed: 2026-04-15T12:17 LastItem: null 12:22:48.666 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:25:16.519 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48462, amount=1, apiName=Coleslaw (nagy), apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:27:38.984 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 639108 was updated with tag "upsertAddress", but firestore put was not called! 12:32:45.954 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:36:32.575 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:40:36.999 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:41:29.236 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 492402 in firestore, but it was not found in the notified HashMap! 12:42:45.495 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.852 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:42:47.619 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f97a4534-fda2-4892-97cc-4db0ad319bb2 to interval. Created: 2026-04-14T12:35:19 FirstItem: null Completed: 2026-04-15T12:37 LastItem: null 12:42:47.623 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:45:08.069 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 668162 was updated with tag "upsertAddress", but firestore put was not called! 12:46:15.034 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:49:57.899 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 12:50:15.091 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 12:52:45.224 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:46.314 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:53:42.177 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734692 in firestore, but it was not found in the notified HashMap! 12:53:56.743 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734693 was updated with tag "upsertAddress", but firestore put was not called! 12:57:07.001 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734695 in firestore, but it was not found in the notified HashMap! 12:57:12.261 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:00:14.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 432214 in firestore, but it was not found in the notified HashMap! 13:00:20.038 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 642916 was updated with tag "upsertAddress", but firestore put was not called! 13:02:46.529 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:05:52.559 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:07:28.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732010 in firestore, but it was not found in the notified HashMap! 13:11:57.902 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) 13:12:47.275 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:15:30.429 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734706 in firestore, but it was not found in the notified HashMap! 13:15:33.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 671394 in firestore, but it was not found in the notified HashMap! 13:16:18.194 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:16:32.372 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:16:50.010 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734707 in firestore, but it was not found in the notified HashMap! 13:22:28.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734707 in firestore, but it was not found in the notified HashMap! 13:22:46.374 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:49.458 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:24:23.755 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734714 in firestore, but it was not found in the notified HashMap! 13:25:28.436 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734714 in firestore, but it was not found in the notified HashMap! 13:25:52.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:29:46.645 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #317872 of customer #277815, but it was not found in the persisted list 13:33:42.337 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734723 in firestore, but it was not found in the notified HashMap! 13:33:52.570 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:34:25.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734724 in firestore, but it was not found in the notified HashMap! 13:35:54.966 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734724 in firestore, but it was not found in the notified HashMap! 13:38:14.858 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 13:42:12.498 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 710777 was updated with tag "upsertAddress", but firestore put was not called! 13:42:45.736 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:42:45.921 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:42:46.012 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:42:46.058 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:42:46.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:45:07.847 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480654 in firestore, but it was not found in the notified HashMap! 13:45:22.218 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 679218 was updated with tag "upsertAddress", but firestore put was not called! 13:46:36.211 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 726074 was updated with tag "upsertAddress", but firestore put was not called! 13:47:48.088 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734732 in firestore, but it was not found in the notified HashMap! 13:52:17.957 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732332 was updated with tag "upsertAddress", but firestore put was not called! 13:52:45.297 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:45.301 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:45.818 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:46.040 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:52:47.385 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c2903a2c-b1a3-4558-93ec-26de3ccaad3f to interval. Created: 2026-04-14T13:40:46 FirstItem: null Completed: 2026-04-15T13:47 LastItem: null 13:56:16.003 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:01:57.693 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734734 in firestore, but it was not found in the notified HashMap! 14:02:45.375 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:04:36.856 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 404218 in firestore, but it was not found in the notified HashMap! 14:07:09.372 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:07:52.639 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:10:16.618 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 293819 was updated with tag "upsertAddress", but firestore put was not called! 14:10:52.988 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:12:45.138 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:45.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:46.370 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:12:46.912 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:13:55.730 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) 14:14:15.030 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:17:38.811 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734742 in firestore, but it was not found in the notified HashMap! 14:22:44.887 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 286492 in firestore, but it was not found in the notified HashMap! 14:22:45.099 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:22:45.579 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:22:45.787 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:23:10.160 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 559259 in firestore, but it was not found in the notified HashMap! 14:23:23.070 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734743 in firestore, but it was not found in the notified HashMap! 14:27:11.009 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 421844 in firestore, but it was not found in the notified HashMap! 14:31:39.711 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734754 in firestore, but it was not found in the notified HashMap! 14:32:33.985 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 281821 in firestore, but it was not found in the notified HashMap! 14:32:45.167 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:32:46.724 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734755 in firestore, but it was not found in the notified HashMap! 14:32:58.686 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734754 in firestore, but it was not found in the notified HashMap! 14:34:14.797 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:34:17.480 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734757 in firestore, but it was not found in the notified HashMap! 14:41:16.850 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734762 in firestore, but it was not found in the notified HashMap! 14:41:52.613 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:42:01.226 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:42:01.226 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:42:01.226 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Fanta Narancs 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:42:45.057 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:46.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:46.933 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:42:51.382 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1466 tried to update address #320412 of customer #454335, but it was not found in the persisted list 14:44:57.274 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 390559 in firestore, but it was not found in the notified HashMap! 14:46:25.855 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734766 in firestore, but it was not found in the notified HashMap! 14:46:38.913 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734766 in firestore, but it was not found in the notified HashMap! 14:51:19.779 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734775 in firestore, but it was not found in the notified HashMap! 14:51:59.864 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #280338 of customer #284965, but it was not found in the persisted list 14:52:47.053 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:57:15.174 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) 14:57:15.174 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:02:45.359 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:03:46.007 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:06:01.509 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:06:33.802 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 253431 in firestore, but it was not found in the notified HashMap! 15:12:45.499 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:47.708 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:13:43.721 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734789 in firestore, but it was not found in the notified HashMap! 15:17:09.369 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 15:17:55.153 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734789 in firestore, but it was not found in the notified HashMap! 15:19:30.493 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734792 in firestore, but it was not found in the notified HashMap! 15:22:01.444 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) 15:22:01.445 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:22:01.445 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) 15:22:01.446 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) 15:22:01.446 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:22:01.447 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) 15:22:45.225 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:47.243 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:23:41.515 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:24:58.096 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557991 in firestore, but it was not found in the notified HashMap! 15:25:52.594 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:26:20.397 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:30:00.618 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734804 was updated with tag "upsertAddress", but firestore put was not called! 15:32:45.770 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:32:46.148 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:32:46.695 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:32:46.969 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:35:09.641 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 15:35:31.498 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:35:33.714 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 15:36:48.813 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 302133 in firestore, but it was not found in the notified HashMap! 15:38:01.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:39:18.187 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734815 was updated with tag "upsertAddress", but firestore put was not called! 15:42:45.057 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:46.012 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:46.017 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:47:43.351 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734826 was updated with tag "upsertAddress", but firestore put was not called! 15:48:36.660 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 625186 was updated with tag "upsertAddress", but firestore put was not called! 15:50:14.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 15:52:36.889 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:52:45.193 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:45.689 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:45.991 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:46.620 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:56:25.720 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:56:46.506 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 15:59:52.611 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:02:25.251 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 646847 in firestore, but it was not found in the notified HashMap! 16:02:46.250 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:46.256 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:46.497 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 728008 in firestore, but it was not found in the notified HashMap! 16:02:46.497 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:03:06.630 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734834 in firestore, but it was not found in the notified HashMap! 16:04:02.906 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 728008 in firestore, but it was not found in the notified HashMap! 16:04:07.247 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734834 in firestore, but it was not found in the notified HashMap! 16:04:36.879 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:05:43.436 DEBUG c.b.o.s.r.CustomerServiceImpl - User 417 tried to update address #350055 of customer #653384, but it was not found in the persisted list 16:07:47.935 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734840 in firestore, but it was not found in the notified HashMap! 16:09:00.429 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 696515 was updated with tag "upsertAddress", but firestore put was not called! 16:12:45.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:47.141 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:12:49.742 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:14:47.733 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) 16:16:36.725 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:17:56.732 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732223 was updated with tag "upsertAddress", but firestore put was not called! 16:18:17.005 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734852 in firestore, but it was not found in the notified HashMap! 16:19:39.463 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734852 in firestore, but it was not found in the notified HashMap! 16:20:01.394 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) 16:20:01.394 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) 16:20:01.394 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68099, amount=1, apiName=Player Kid Játék 1, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:01.396 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68097, amount=1, apiName=SIÓ Vitatigris Sárga Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:01.398 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71091, amount=1, apiName=Kubu Áfonya 0,3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:01.401 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) 16:20:01.401 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) 16:20:01.401 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) 16:20:41.618 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734854 in firestore, but it was not found in the notified HashMap! 16:21:52.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:22:15.050 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734855 in firestore, but it was not found in the notified HashMap! 16:22:46.203 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.600 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.907 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:47.882 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:24:16.193 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) 16:24:16.193 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11973, amount=1, apiName=Fűszeres steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:26:43.012 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734860 was updated with tag "upsertAddress", but firestore put was not called! 16:30:48.875 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 649207 was updated with tag "upsertAddress", but firestore put was not called! 16:32:46.242 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:35:09.373 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 16:38:40.343 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734872 in firestore, but it was not found in the notified HashMap! 16:41:32.619 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) 16:41:32.621 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) 16:41:32.623 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11861, amount=1, apiName=Sonka, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:41:32.626 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=290.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:41:32.627 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) 16:41:34.457 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734876 in firestore, but it was not found in the notified HashMap! 16:42:46.129 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:42:46.185 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:43:04.243 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416697 in firestore, but it was not found in the notified HashMap! 16:47:36.682 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734878 in firestore, but it was not found in the notified HashMap! 16:48:30.373 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734879 in firestore, but it was not found in the notified HashMap! 16:49:52.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:52:45.016 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.040 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.299 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.367 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:52:45.610 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:52:47.221 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:55:10.664 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 16:59:02.818 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 509047 in firestore, but it was not found in the notified HashMap! 16:59:28.956 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734901 in firestore, but it was not found in the notified HashMap! 17:02:44.979 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:02:45.194 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:03:43.543 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734905 in firestore, but it was not found in the notified HashMap! 17:08:17.379 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734912 in firestore, but it was not found in the notified HashMap! 17:09:33.508 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734912 in firestore, but it was not found in the notified HashMap! 17:09:52.556 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:10:07.382 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:11:52.667 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:12:00.171 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:01.481 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:12:06.415 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 676281 was updated with tag "upsertAddress", but firestore put was not called! 17:12:17.844 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718080 was updated with tag "upsertAddress", but firestore put was not called! 17:12:21.331 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 582672 was updated with tag "upsertAddress", but firestore put was not called! 17:12:45.744 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:13:17.755 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734921 in firestore, but it was not found in the notified HashMap! 17:14:12.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734922 in firestore, but it was not found in the notified HashMap! 17:14:38.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734924 in firestore, but it was not found in the notified HashMap! 17:16:16.542 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 679379 in firestore, but it was not found in the notified HashMap! 17:16:17.327 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734925 in firestore, but it was not found in the notified HashMap! 17:17:34.629 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 301443 in firestore, but it was not found in the notified HashMap! 17:17:40.394 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734927 was updated with tag "upsertAddress", but firestore put was not called! 17:17:58.196 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734928 in firestore, but it was not found in the notified HashMap! 17:18:26.905 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734928 in firestore, but it was not found in the notified HashMap! 17:19:09.743 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:19:39.932 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734933 in firestore, but it was not found in the notified HashMap! 17:19:51.618 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 17:21:13.007 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734936 in firestore, but it was not found in the notified HashMap! 17:22:41.844 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 673998 in firestore, but it was not found in the notified HashMap! 17:22:47.689 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:23:52.653 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:24:01.344 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:24:01.344 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:24:01.344 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:25:52.679 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:26:06.500 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 717632 was updated with tag "upsertAddress", but firestore put was not called! 17:26:29.885 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:29:55.505 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734948 in firestore, but it was not found in the notified HashMap! 17:32:46.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:33:01.457 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 330051 in firestore, but it was not found in the notified HashMap! 17:35:33.734 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734957 in firestore, but it was not found in the notified HashMap! 17:35:39.245 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51198, amount=1, apiName=Parmezános grillezett spárga 2db, apiNote=null, unitPrice=700.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:35:39.246 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48468, amount=1, apiName=Erdei gomba mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 17:35:39.248 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48466, amount=1, apiName=Zöldbors mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:35:51.556 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24045, amount=1, apiName=Gomba, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 17:36:33.496 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 277133 in firestore, but it was not found in the notified HashMap! 17:37:49.624 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734960 in firestore, but it was not found in the notified HashMap! 17:40:36.738 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:41:33.372 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=Kiwi, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:41:33.372 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=Eper, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:42:45.294 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:47.266 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:50.718 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:59.715 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602555 in firestore, but it was not found in the notified HashMap! 17:43:37.866 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734964 was updated with tag "upsertAddress", but firestore put was not called! 17:46:58.174 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=Tejföl, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:47:10.094 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734972 was updated with tag "upsertAddress", but firestore put was not called! 17:48:36.818 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:48:39.761 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:49:53.031 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 734974 was updated with tag "upsertAddress", but firestore put was not called! 17:50:01.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:52:46.745 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:53:31.899 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734980 in firestore, but it was not found in the notified HashMap! 17:57:10.077 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 17:57:44.209 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1820 tried to update address #303341 of customer #436260, but it was not found in the persisted list 17:57:52.706 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:01:23.838 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:01:40.819 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734995 in firestore, but it was not found in the notified HashMap! 18:02:45.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:46.202 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:04:32.784 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735000 was updated with tag "upsert - whitelabel", but firestore put was not called! 18:09:33.298 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 274263 in firestore, but it was not found in the notified HashMap! 18:10:37.164 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735005 was updated with tag "upsertAddress", but firestore put was not called! 18:12:32.600 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735008 in firestore, but it was not found in the notified HashMap! 18:12:45.146 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.326 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.817 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.899 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:13:50.883 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 704028 was updated with tag "upsertAddress", but firestore put was not called! 18:17:51.582 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 18:19:01.203 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:22:01.554 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:22:45.975 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:24:35.041 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735017 was updated with tag "upsertAddress", but firestore put was not called! 18:26:23.298 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735018 in firestore, but it was not found in the notified HashMap! 18:29:18.705 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735023 in firestore, but it was not found in the notified HashMap! 18:33:41.573 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 588859 was updated with tag "upsertAddress", but firestore put was not called! 18:37:51.584 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 18:42:44.907 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:46.145 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order de8520ce-198d-40db-a0d7-d1a440d2aef1 to interval. Created: 2026-04-14T18:36:46 FirstItem: null Completed: 2026-04-15T18:37 LastItem: null 18:42:46.149 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:44:41.861 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735037 in firestore, but it was not found in the notified HashMap! 18:45:23.760 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735039 in firestore, but it was not found in the notified HashMap! 18:52:42.443 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735044 in firestore, but it was not found in the notified HashMap! 18:52:45.540 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:45.566 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:45.813 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:46.035 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:46.196 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:55:46.335 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735045 in firestore, but it was not found in the notified HashMap! 18:57:52.699 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:02:45.792 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:46.045 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:46.403 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:46.912 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:03:09.595 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 256594 in firestore, but it was not found in the notified HashMap! 19:06:32.542 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:16:25.192 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:22:45.608 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:29:09.475 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 19:36:11.123 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:42:44.909 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:45.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:45.140 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:49:09.694 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 19:56:26.478 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:02:45.231 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:12:45.053 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 20:22:44.914 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:32:44.784 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 20:32:44.959 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:42:44.827 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 22:12:01.936 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.nyitasIdopontja, kuldottErtek=2026-04-15T09:00:00Z, hibaKulcs=Past, hibaUzenet=A mező időpontja nem lehet múltbeli!) 23:12:00.838 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-15, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)