01:12:00.183 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-07, hibaKulcs=UniqueConstraint, hibaUzenet=A megadott érték már szerepel az adatbázisban!) 03:21:25.729 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! java.lang.NullPointerException 04:30:05.939 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?]; SQL [delete from "restaurant" where "id"=?]; constraint [attachment_restaurant_restaurant_id_fkey] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:290) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at com.bda.orsys.service.user.UserServiceImpl.deleteAllUnreferencedStaff(UserServiceImpl.java:210) at com.bda.orsys.service.restaurant.RestaurantServiceImpl.deleteExpiredDeletableRestaurants(RestaurantServiceImpl.java:534) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723) at com.bda.orsys.service.restaurant.RestaurantServiceImpl$$SpringCGLIB$$0.deleteExpiredDeletableRestaurants() at com.bda.orsys.utils.ScheduledTasks.deleteExpiredRestaurants(ScheduledTasks.java:288) at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.utils.ScheduledTasks$$SpringCGLIB$$0.deleteExpiredRestaurants() at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130) at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124) at io.micrometer.observation.Observation.observe(Observation.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124) at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:85) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?] at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:97) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:197) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.performNonBatchedMutation(AbstractMutationExecutor.java:134) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:55) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.doStaticDelete(AbstractDeleteCoordinator.java:279) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.delete(AbstractDeleteCoordinator.java:87) at org.hibernate.action.internal.EntityDeleteAction.execute(EntityDeleteAction.java:131) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:644) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:511) at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:414) at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:41) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1429) at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1415) at org.hibernate.query.sql.internal.NativeQueryImpl.prepareForExecution(NativeQueryImpl.java:666) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQuery(AbstractSelectionQuery.java:172) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQueryHandlingFetchProfiles(AbstractSelectionQuery.java:159) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:140) at org.hibernate.query.Query.getResultList(Query.java:120) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:130) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:93) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:152) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:140) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:170) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) ... 55 more Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant". at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:194) ... 88 more 05:52:44.558 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 972ccf78-4911-4ea9-81ef-de018346e527 to interval. Created: 2026-04-07T05:42:21 FirstItem: null Completed: 2026-04-08T05:47 LastItem: null 05:52:44.561 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 06:00:13.470 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #690 has been paid, but does not have a pendingExpiry! 06:00:22.168 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #671 has been paid, but does not have a pendingExpiry! 06:00:23.317 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1099 has been paid, but does not have a pendingExpiry! 06:00:23.317 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #480 has been paid, but does not have a pendingExpiry! 06:00:26.997 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1063 has been paid, but does not have a pendingExpiry! 06:00:28.662 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #339 has been paid, but does not have a pendingExpiry! 06:23:00.035 ERROR c.bda.orsys.network.SlackApiCaller - 4 TRANSFER subscriptions need attention: Degesz Étterem és Pizzéria (null) valid until: 2026-04-18 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Degesz Étterem és Pizzéria (null) valid until: 2026-04-18 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 06:35:36.295 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730569 in firestore, but it was not found in the notified HashMap! 07:02:44.618 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 07:10:41.064 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 563147 in firestore, but it was not found in the notified HashMap! 07:11:36.674 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 492402 in firestore, but it was not found in the notified HashMap! 07:34:43.679 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730570 in firestore, but it was not found in the notified HashMap! 07:42:45.219 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order e44e032e-37da-4e65-82e3-293e94f2cf98 to interval. Created: 2026-04-07T07:34:32 FirstItem: null Completed: 2026-04-08T07:37 LastItem: null 07:52:15.224 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 07:54:15.234 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 652695 in firestore, but it was not found in the notified HashMap! 07:55:59.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730572 in firestore, but it was not found in the notified HashMap! 08:04:06.277 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 707287 was updated with tag "upsertAddress", but firestore put was not called! 08:08:15.279 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=Rizibizi, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 08:14:15.290 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 672787 in firestore, but it was not found in the notified HashMap! 08:22:45.074 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 12b89691-ab35-4851-beff-404d12930f07 to interval. Created: 2026-04-07T08:10:12 FirstItem: null Completed: 2026-04-08T08:17 LastItem: null 08:31:32.315 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 189506 in firestore, but it was not found in the notified HashMap! 08:32:44.853 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:35:14.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730580 in firestore, but it was not found in the notified HashMap! 08:37:51.078 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #135528 of customer #278098, but it was not found in the persisted list 08:38:15.234 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:42:45.140 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:46:09.197 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730586 in firestore, but it was not found in the notified HashMap! 08:50:00.369 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730589 in firestore, but it was not found in the notified HashMap! 08:52:44.997 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:54:15.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:55:12.287 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730591 in firestore, but it was not found in the notified HashMap! 08:57:42.754 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 541521 in firestore, but it was not found in the notified HashMap! 09:00:42.606 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 595301 in firestore, but it was not found in the notified HashMap! 09:00:44.998 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:01:19.231 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730599 in firestore, but it was not found in the notified HashMap! 09:02:40.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 524918 in firestore, but it was not found in the notified HashMap! 09:02:44.882 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:04:24.865 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730602 in firestore, but it was not found in the notified HashMap! 09:04:44.272 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730603 in firestore, but it was not found in the notified HashMap! 09:04:56.909 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730604 in firestore, but it was not found in the notified HashMap! 09:06:01.691 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 534464 in firestore, but it was not found in the notified HashMap! 09:06:44.995 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:07:54.702 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 607734 was updated with tag "upsertAddress", but firestore put was not called! 09:08:51.976 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70801, amount=1, apiName=Jázminrizs, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:08:51.977 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70838, amount=1, apiName=Fokhagymás majonéz, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 09:08:51.979 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70865, amount=1, apiName=Canada Dry (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 09:08:51.980 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70801, amount=1, apiName=Jázminrizs, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:09:22.024 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730608 in firestore, but it was not found in the notified HashMap! 09:11:31.309 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625003 in firestore, but it was not found in the notified HashMap! 09:12:44.848 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:12:47.857 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:13:04.853 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 595792 was updated with tag "upsertAddress", but firestore put was not called! 09:17:06.875 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 554095 in firestore, but it was not found in the notified HashMap! 09:19:28.341 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 660837 in firestore, but it was not found in the notified HashMap! 09:20:15.313 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:20:18.785 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 648159 in firestore, but it was not found in the notified HashMap! 09:22:09.615 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730629 in firestore, but it was not found in the notified HashMap! 09:22:21.729 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) 09:22:21.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) 09:22:45.468 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:22:47.422 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 23f1be5b-3932-4bed-b5db-8b995305a746 to interval. Created: 2026-04-07T09:14:35 FirstItem: null Completed: 2026-04-08T09:17 LastItem: null 09:22:47.426 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:22:47.531 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:27:03.045 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730633 in firestore, but it was not found in the notified HashMap! 09:28:51.403 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719639 in firestore, but it was not found in the notified HashMap! 09:29:54.661 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719639 in firestore, but it was not found in the notified HashMap! 09:30:15.291 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:31:15.306 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 635358 in firestore, but it was not found in the notified HashMap! 09:31:22.861 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730641 in firestore, but it was not found in the notified HashMap! 09:32:45.555 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:45.560 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:46.506 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:32:46.936 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5710b0b7-7efc-4fc6-91d3-462b78144a63 to interval. Created: 2026-04-07T09:25:10 FirstItem: null Completed: 2026-04-08T09:27 LastItem: null 09:32:46.936 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order ce03e5f5-ea2e-44e3-a723-de4d67f97d07 to interval. Created: 2026-04-07T09:18:58 FirstItem: null Completed: 2026-04-08T09:27 LastItem: null 09:32:46.936 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 0d0afdde-9d67-4c31-bd59-dc8ef2b53faa to interval. Created: 2026-04-07T09:18:46 FirstItem: null Completed: 2026-04-08T09:27 LastItem: null 09:32:46.937 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 4d1adeb4-e48c-4674-828c-e759ed0bbb2e to interval. Created: 2026-04-07T09:18:11 FirstItem: null Completed: 2026-04-08T09:27 LastItem: null 09:32:46.943 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:33:24.870 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:33:24.873 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) 09:33:24.874 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) 09:33:34.929 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 422563 in firestore, but it was not found in the notified HashMap! 09:35:21.909 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:35:21.911 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:35:21.911 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 09:36:34.496 DEBUG c.b.o.s.r.CustomerServiceImpl - User 417 tried to update address #196671 of customer #443553, but it was not found in the persisted list 09:37:23.439 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730649 in firestore, but it was not found in the notified HashMap! 09:38:08.965 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730653 was updated with tag "upsertAddress", but firestore put was not called! 09:38:35.075 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:42:45.922 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:42:47.044 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order bcd46e0f-b3f6-43c2-bc02-85548510055c to interval. Created: 2026-04-07T09:35:56 FirstItem: null Completed: 2026-04-08T09:37 LastItem: null 09:42:47.050 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:42:49.328 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:44:33.103 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 479940 in firestore, but it was not found in the notified HashMap! 09:48:15.196 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:48:45.044 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:51:50.123 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 604978 was updated with tag "upsertAddress", but firestore put was not called! 09:52:46.041 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:51.534 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:52:57.034 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 09:55:31.876 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730668 in firestore, but it was not found in the notified HashMap! 09:58:41.174 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730671 in firestore, but it was not found in the notified HashMap! 10:02:45.438 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:45.599 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:50.028 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:03:18.555 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730674 in firestore, but it was not found in the notified HashMap! 10:08:44.913 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:09:24.555 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 482024 in firestore, but it was not found in the notified HashMap! 10:12:45.105 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.492 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:46.214 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:14:45.007 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:18:37.014 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 407988 in firestore, but it was not found in the notified HashMap! 10:19:48.262 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:21:31.351 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:22:45.003 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:45.125 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730688 in firestore, but it was not found in the notified HashMap! 10:22:45.374 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:45.379 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:47.933 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 20d1b8b9-48ad-41e3-91ae-cc84c72a9ac8 to interval. Created: 2026-04-07T10:14:14 FirstItem: null Completed: 2026-04-08T10:17 LastItem: null 10:24:13.105 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279525 in firestore, but it was not found in the notified HashMap! 10:25:54.864 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730690 in firestore, but it was not found in the notified HashMap! 10:26:45.007 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:28:51.983 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70810, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:51.985 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=Dr Pepper (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:51.985 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70811, amount=1, apiName=Csónakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:51.986 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=Dr Pepper (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:51.986 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70801, amount=1, apiName=Jázminrizs, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:51.988 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70803, amount=1, apiName=Vegyesköret, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:32:48.745 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 701a0e14-da66-4521-b8f7-d3224ec46198 to interval. Created: 2026-04-07T10:25:43 FirstItem: null Completed: 2026-04-08T10:27 LastItem: null 10:34:02.419 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 541749 in firestore, but it was not found in the notified HashMap! 10:37:58.235 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730697 in firestore, but it was not found in the notified HashMap! 10:40:45.205 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:42:13.868 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:42:14.083 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:42:44.985 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:45.283 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:45.518 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f96b99fe-22c8-4c75-839a-03ae11c09fb9 to interval. Created: 2026-04-07T10:29:32 FirstItem: null Completed: 2026-04-08T10:37:17 LastItem: null 10:44:21.670 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601036 was updated with tag "upsertAddress", but firestore put was not called! 10:44:42.831 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:45:31.717 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 596131 in firestore, but it was not found in the notified HashMap! 10:48:05.265 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730707 in firestore, but it was not found in the notified HashMap! 10:48:13.092 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:49:38.292 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730707 in firestore, but it was not found in the notified HashMap! 10:51:24.118 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:51:31.251 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:52:45.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.377 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:51.551 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 81575311-9aa0-4771-bcf6-7f2a4e524907 to interval. Created: 2026-04-07T10:45:34 FirstItem: null Completed: 2026-04-08T10:47 LastItem: null 10:52:51.558 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:53:48.109 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 10:56:17.459 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 417860 in firestore, but it was not found in the notified HashMap! 10:59:01.540 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 388176 in firestore, but it was not found in the notified HashMap! 11:00:12.895 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 640987 in firestore, but it was not found in the notified HashMap! 11:02:44.875 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.037 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:02:47.220 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:04:48.404 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730720 in firestore, but it was not found in the notified HashMap! 11:06:15.744 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) 11:06:15.746 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) 11:06:15.746 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11843, amount=1, apiName=Feta sajt, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 11:06:39.614 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:10:36.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:11:40.637 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68102, amount=1, apiName=Paradicsom Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:11:40.639 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) 11:11:40.639 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) 11:11:40.639 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) 11:11:40.640 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68098, amount=1, apiName=SIÓ Vitatigris Rózsaszín Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:11:40.642 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71090, amount=1, apiName=Kubu Eper 0.3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:11:40.643 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) 11:11:40.643 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) 11:11:40.643 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) 11:12:44.942 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:44.945 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:45.411 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:12:47.231 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:13:38.181 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68102, amount=1, apiName=Paradicsom Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:13:38.182 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) 11:13:38.182 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) 11:13:38.182 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) 11:13:38.183 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68098, amount=1, apiName=SIÓ Vitatigris Rózsaszín Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:13:38.184 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71090, amount=1, apiName=Kubu Eper 0.3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:13:38.186 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) 11:13:38.186 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) 11:13:38.186 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) 11:14:18.110 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730729 in firestore, but it was not found in the notified HashMap! 11:15:52.055 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730731 in firestore, but it was not found in the notified HashMap! 11:18:45.038 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:19:33.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730732 in firestore, but it was not found in the notified HashMap! 11:22:46.493 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:25:08.699 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 636517 was updated with tag "upsertAddress", but firestore put was not called! 11:27:17.593 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 686763 was updated with tag "upsertAddress", but firestore put was not called! 11:32:31.694 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730739 in firestore, but it was not found in the notified HashMap! 11:32:44.820 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:45.486 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:47.091 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:32:47.604 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:35:55.454 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 311818 in firestore, but it was not found in the notified HashMap! 11:38:05.908 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) 11:38:05.911 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) 11:38:05.913 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:41:55.260 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:41:55.262 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) 11:41:55.263 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:42:01.293 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720301 in firestore, but it was not found in the notified HashMap! 11:42:45.119 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:45.203 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:45.954 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:46.348 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:46.721 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:42:47.373 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:42:48.531 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:44:36.306 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:46:13.319 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 623048 in firestore, but it was not found in the notified HashMap! 11:52:45.313 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:48.835 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730749 in firestore, but it was not found in the notified HashMap! 11:52:49.150 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:56:30.531 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:58:13.248 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:00:18.706 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730755 in firestore, but it was not found in the notified HashMap! 12:02:10.075 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 147564 in firestore, but it was not found in the notified HashMap! 12:02:19.213 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730755 in firestore, but it was not found in the notified HashMap! 12:02:26.656 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730759 was updated with tag "upsertAddress", but firestore put was not called! 12:02:30.384 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 694637 was updated with tag "upsertAddress", but firestore put was not called! 12:02:44.926 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.124 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:46.647 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:02:47.306 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:03:01.089 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 405944 in firestore, but it was not found in the notified HashMap! 12:12:45.159 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:47.025 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:50.558 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:15:28.509 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 674799 was updated with tag "upsertAddress", but firestore put was not called! 12:16:55.911 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730772 in firestore, but it was not found in the notified HashMap! 12:22:44.941 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:44.973 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:45.530 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:48.831 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:23:38.486 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) 12:23:38.486 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) 12:23:38.486 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Coca-Cola Zero 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:30:13.098 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:31:48.048 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 367562 in firestore, but it was not found in the notified HashMap! 12:32:44.713 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:44.763 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:46.198 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:46.349 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 55644a2b-b71b-4154-b096-6913f7151eca to interval. Created: 2026-04-07T12:26:09 FirstItem: null Completed: 2026-04-08T12:27 LastItem: null 12:32:46.352 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:37:47.865 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 12:42:15.157 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 12:42:45.063 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.213 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:51.017 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #155067 of customer #283675, but it was not found in the persisted list 12:44:12.743 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 evőeszközt!, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:44:12.743 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 evőeszközt!, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:44:12.743 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=Szójás (olívaolaj alapú), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:44:12.743 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érem csípős fűszerrel a csirkét!, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:44:14.092 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:50:12.946 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:51:31.247 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:52:45.544 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:56:46.709 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 378325 in firestore, but it was not found in the notified HashMap! 12:58:09.247 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 725464 in firestore, but it was not found in the notified HashMap! 13:02:44.926 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:02:45.102 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:05:15.290 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477004 in firestore, but it was not found in the notified HashMap! 13:10:18.679 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:11:49.318 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730789 in firestore, but it was not found in the notified HashMap! 13:14:08.553 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730793 in firestore, but it was not found in the notified HashMap! 13:14:45.143 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:14:45.301 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:16:21.230 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 639108 was updated with tag "upsertAddress", but firestore put was not called! 13:19:06.923 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730795 in firestore, but it was not found in the notified HashMap! 13:21:46.655 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730796 in firestore, but it was not found in the notified HashMap! 13:22:44.880 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:45.120 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:22:45.192 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:45.716 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:46.593 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:25:07.160 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730797 in firestore, but it was not found in the notified HashMap! 13:29:13.124 DEBUG c.b.o.s.r.CustomerServiceImpl - User 339 tried to update address #356032 of customer #258741, but it was not found in the persisted list 13:32:44.975 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:45.147 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:46.521 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:42:44.946 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:44:45.171 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:46:09.108 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680680 in firestore, but it was not found in the notified HashMap! 13:48:15.209 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=Baconos-cheddarsajt szószos csónakburgonya, apiNote=null, unitPrice=650.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:48:15.210 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=Baconos-cheddarsajt szószos csónakburgonya, apiNote=null, unitPrice=650.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:51:47.976 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 515877 in firestore, but it was not found in the notified HashMap! 13:52:59.333 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730812 was updated with tag "upsertAddress", but firestore put was not called! 13:53:01.853 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730813 in firestore, but it was not found in the notified HashMap! 13:55:31.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:56:23.992 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:57:34.962 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730820 in firestore, but it was not found in the notified HashMap! 14:01:05.065 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730821 in firestore, but it was not found in the notified HashMap! 14:01:51.982 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730822 in firestore, but it was not found in the notified HashMap! 14:02:44.829 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:46.752 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:06:45.102 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:06:56.164 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 679578 was updated with tag "upsertAddress", but firestore put was not called! 14:12:44.855 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:45.597 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:14:31.981 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730825 in firestore, but it was not found in the notified HashMap! 14:16:55.563 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:17:38.141 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:20:45.105 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:22:05.982 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730831 in firestore, but it was not found in the notified HashMap! 14:22:45.086 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:24:15.199 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730831 in firestore, but it was not found in the notified HashMap! 14:24:45.141 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:25:28.589 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) 14:25:28.590 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=Dollárchips, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:25:28.590 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) 14:25:28.591 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=Búzalisztből, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:25:28.591 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) 14:25:28.591 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11975, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:25:28.592 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) 14:25:28.592 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=Búzalisztből, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:25:28.592 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=Gluténmentesen, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:25:48.115 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:26:41.478 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730833 in firestore, but it was not found in the notified HashMap! 14:28:23.415 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 413687 in firestore, but it was not found in the notified HashMap! 14:29:58.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 14:29:58.455 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 14:31:48.210 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602612 in firestore, but it was not found in the notified HashMap! 14:34:47.933 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 552448 was updated with tag "upsert - whitelabel", but firestore put was not called! 14:35:41.047 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730843 in firestore, but it was not found in the notified HashMap! 14:37:31.336 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:39:31.268 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:40:24.889 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 307169 in firestore, but it was not found in the notified HashMap! 14:41:40.641 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11841, amount=1, apiName=Csípős paprika, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:41:40.642 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11849, amount=1, apiName=Jalapeno, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:42:46.701 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:48:45.188 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:51:49.030 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 622772 was updated with tag "upsertAddress", but firestore put was not called! 14:54:46.611 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730852 in firestore, but it was not found in the notified HashMap! 14:57:06.746 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730854 in firestore, but it was not found in the notified HashMap! 14:59:39.279 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730856 in firestore, but it was not found in the notified HashMap! 15:02:44.979 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:02:45.207 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:04:33.293 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 528839 in firestore, but it was not found in the notified HashMap! 15:06:32.047 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:10:45.065 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:10:45.231 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:11:31.342 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:12:00.462 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.nyitasIdopontja, kuldottErtek=2026-04-08T09:00:00Z, hibaKulcs=Past, hibaUzenet=A mező időpontja nem lehet múltbeli!) 15:12:44.990 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:45.023 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:15:00.371 DEBUG c.b.o.s.r.CustomerServiceImpl - User 2055 tried to update address #311262 of customer #685436, but it was not found in the persisted list 15:17:36.394 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730869 in firestore, but it was not found in the notified HashMap! 15:17:48.210 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 15:18:32.182 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 545799 in firestore, but it was not found in the notified HashMap! 15:19:35.881 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 15:22:14.037 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 333784 in firestore, but it was not found in the notified HashMap! 15:22:45.090 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:47.533 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:23:25.944 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730871 in firestore, but it was not found in the notified HashMap! 15:23:48.419 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433190 in firestore, but it was not found in the notified HashMap! 15:25:05.284 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730871 in firestore, but it was not found in the notified HashMap! 15:25:06.054 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 434946 in firestore, but it was not found in the notified HashMap! 15:25:15.267 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 434946 in firestore, but it was not found in the notified HashMap! 15:26:00.700 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) 15:26:00.702 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:27:54.968 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 475740 in firestore, but it was not found in the notified HashMap! 15:28:00.241 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 475740 in firestore, but it was not found in the notified HashMap! 15:32:45.367 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:47.089 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:34:15.352 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730881 in firestore, but it was not found in the notified HashMap! 15:34:42.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730881 in firestore, but it was not found in the notified HashMap! 15:36:29.651 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:36:48.535 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730886 in firestore, but it was not found in the notified HashMap! 15:37:11.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730887 in firestore, but it was not found in the notified HashMap! 15:38:35.324 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730888 in firestore, but it was not found in the notified HashMap! 15:41:04.669 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730891 in firestore, but it was not found in the notified HashMap! 15:42:14.037 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 492859 in firestore, but it was not found in the notified HashMap! 15:42:45.044 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:45.293 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:47.145 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:44:45.207 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:45:49.246 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 15:46:53.676 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730896 in firestore, but it was not found in the notified HashMap! 15:49:16.870 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730899 was updated with tag "upsertAddress", but firestore put was not called! 15:49:22.560 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730900 in firestore, but it was not found in the notified HashMap! 15:50:22.074 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730903 in firestore, but it was not found in the notified HashMap! 15:51:08.874 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730904 in firestore, but it was not found in the notified HashMap! 15:53:15.376 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730903 in firestore, but it was not found in the notified HashMap! 15:54:20.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730906 in firestore, but it was not found in the notified HashMap! 15:56:32.177 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:58:12.072 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:58:45.190 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:59:36.730 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:00:02.339 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 696515 was updated with tag "upsertAddress", but firestore put was not called! 16:00:30.325 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730908 in firestore, but it was not found in the notified HashMap! 16:01:38.160 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:02:41.628 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 677180 in firestore, but it was not found in the notified HashMap! 16:02:45.247 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.264 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.662 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 618895 in firestore, but it was not found in the notified HashMap! 16:02:45.980 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 506455 in firestore, but it was not found in the notified HashMap! 16:02:46.030 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:02:47.018 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:04:15.195 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24040, amount=1, apiName=Paradicsomos alap, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 16:04:15.196 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24048, amount=1, apiName=Sonka, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 16:04:15.197 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24046, amount=1, apiName=Kukorica, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 16:04:15.198 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24049, amount=1, apiName=Tarja, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 16:04:15.198 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24054, amount=1, apiName=Csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:04:15.199 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=Gyroshús, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:04:20.772 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 725467 was updated with tag "upsertAddress", but firestore put was not called! 16:04:46.808 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 618895 in firestore, but it was not found in the notified HashMap! 16:04:50.380 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 605575 was updated with tag "upsertAddress", but firestore put was not called! 16:12:45.027 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.056 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:15:08.053 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730921 in firestore, but it was not found in the notified HashMap! 16:16:45.043 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:17:35.829 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:18:12.764 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 655396 in firestore, but it was not found in the notified HashMap! 16:18:19.799 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 655396 in firestore, but it was not found in the notified HashMap! 16:18:32.055 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 655396 in firestore, but it was not found in the notified HashMap! 16:20:45.167 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:21:00.233 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730928 in firestore, but it was not found in the notified HashMap! 16:21:14.056 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 16:22:45.084 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:47.309 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:48.038 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:23:22.977 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730930 in firestore, but it was not found in the notified HashMap! 16:23:35.982 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:26:22.091 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:26:22.093 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:27:40.893 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730934 in firestore, but it was not found in the notified HashMap! 16:28:48.973 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730935 was updated with tag "upsertAddress", but firestore put was not called! 16:30:29.639 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730938 in firestore, but it was not found in the notified HashMap! 16:30:51.480 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730939 in firestore, but it was not found in the notified HashMap! 16:32:46.115 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:32:46.115 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 04e12ce6-1ed9-472f-b6b0-45765ce52a85 to interval. Created: 2026-04-07T16:18:43 FirstItem: null Completed: 2026-04-08T16:27 LastItem: null 16:32:46.119 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:36:07.730 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730944 in firestore, but it was not found in the notified HashMap! 16:36:31.815 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730945 in firestore, but it was not found in the notified HashMap! 16:37:19.618 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730944 in firestore, but it was not found in the notified HashMap! 16:37:31.986 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730944 in firestore, but it was not found in the notified HashMap! 16:38:35.426 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 16:38:44.530 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 629933 was updated with tag "upsertAddress", but firestore put was not called! 16:38:45.188 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:39:17.750 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:39:36.179 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:42:28.259 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:42:28.260 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) 16:42:45.057 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:42:45.430 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:45:24.500 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48478, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=300.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:46:46.887 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11849, amount=1, apiName=Jalapeno, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:47:46.079 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 419609 in firestore, but it was not found in the notified HashMap! 16:47:54.051 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730961 was updated with tag "upsertAddress", but firestore put was not called! 16:47:58.237 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 412729 in firestore, but it was not found in the notified HashMap! 16:48:27.491 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 570816 in firestore, but it was not found in the notified HashMap! 16:48:42.744 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 593630 in firestore, but it was not found in the notified HashMap! 16:48:49.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 593630 in firestore, but it was not found in the notified HashMap! 16:49:01.779 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 593630 in firestore, but it was not found in the notified HashMap! 16:50:06.675 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 612261 was updated with tag "upsertAddress", but firestore put was not called! 16:51:06.276 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 667290 was updated with tag "upsertAddress", but firestore put was not called! 16:52:44.717 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.068 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:52:45.833 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:54:01.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 534741 in firestore, but it was not found in the notified HashMap! 16:54:46.046 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:58:10.798 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730969 in firestore, but it was not found in the notified HashMap! 16:58:14.146 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 17:00:45.182 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:01:48.412 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:02:45.619 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:04:42.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 287284 in firestore, but it was not found in the notified HashMap! 17:05:45.788 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 287284 in firestore, but it was not found in the notified HashMap! 17:06:14.152 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 679658 in firestore, but it was not found in the notified HashMap! 17:08:19.106 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730977 in firestore, but it was not found in the notified HashMap! 17:08:25.039 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730978 in firestore, but it was not found in the notified HashMap! 17:08:43.064 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730980 was updated with tag "upsertAddress", but firestore put was not called! 17:11:31.828 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 17:11:34.705 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 595563 was updated with tag "upsertAddress", but firestore put was not called! 17:11:46.653 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720695 in firestore, but it was not found in the notified HashMap! 17:12:45.557 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:47.673 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:13:51.321 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 496819 in firestore, but it was not found in the notified HashMap! 17:14:15.204 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 17:14:50.407 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:16:15.177 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 17:17:02.121 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730982 in firestore, but it was not found in the notified HashMap! 17:17:38.272 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:17:50.666 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #358706 of customer #278270, but it was not found in the persisted list 17:18:14.071 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 17:18:48.165 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730983 in firestore, but it was not found in the notified HashMap! 17:18:49.617 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 550111 in firestore, but it was not found in the notified HashMap! 17:19:01.783 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 550111 in firestore, but it was not found in the notified HashMap! 17:19:56.139 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730985 in firestore, but it was not found in the notified HashMap! 17:22:45.268 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:45.603 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:23:49.043 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 17:23:53.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730994 in firestore, but it was not found in the notified HashMap! 17:24:16.900 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11975, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:24:19.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 638154 in firestore, but it was not found in the notified HashMap! 17:25:00.093 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730995 in firestore, but it was not found in the notified HashMap! 17:28:16.434 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 17:28:19.145 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 603317 was updated with tag "upsertAddress", but firestore put was not called! 17:29:23.636 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 534478 in firestore, but it was not found in the notified HashMap! 17:29:54.629 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730999 in firestore, but it was not found in the notified HashMap! 17:30:39.085 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 17:32:36.592 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731001 in firestore, but it was not found in the notified HashMap! 17:33:48.450 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:34:01.810 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731002 in firestore, but it was not found in the notified HashMap! 17:34:15.145 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731003 in firestore, but it was not found in the notified HashMap! 17:36:14.584 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279105 in firestore, but it was not found in the notified HashMap! 17:36:23.016 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731005 in firestore, but it was not found in the notified HashMap! 17:38:47.436 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731006 in firestore, but it was not found in the notified HashMap! 17:38:51.534 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731007 in firestore, but it was not found in the notified HashMap! 17:39:23.088 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:39:23.090 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:41:43.127 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729050 was updated with tag "upsertAddress", but firestore put was not called! 17:42:45.164 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:42:45.188 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:47.586 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:49.215 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:49.829 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:50.185 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:50.450 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:42:51.402 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:49:48.513 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:49:48.732 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:50:07.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376921 in firestore, but it was not found in the notified HashMap! 17:50:16.352 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731018 in firestore, but it was not found in the notified HashMap! 17:50:31.461 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:50:31.463 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) 17:52:22.673 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 487064 in firestore, but it was not found in the notified HashMap! 17:52:47.290 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:52:47.497 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2187d5f1-5980-4247-bcb6-20d676bb6fa9 to interval. Created: 2026-04-07T17:37:39 FirstItem: null Completed: 2026-04-08T17:47 LastItem: null 17:52:47.502 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:53:48.380 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:54:45.135 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:56:45.204 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:58:58.222 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731030 in firestore, but it was not found in the notified HashMap! 17:59:11.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731030 in firestore, but it was not found in the notified HashMap! 17:59:40.212 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.212 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:59:40.212 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Sprite 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.212 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70136, amount=1, apiName=Paprika nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.214 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70141, amount=1, apiName=Extra sajtszósz, apiNote=null, unitPrice=250.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.215 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.215 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) 17:59:40.215 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:59:40.216 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68102, amount=1, apiName=Paradicsom Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:59:40.217 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68117, amount=1, apiName=Extra Sajt, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:00:13.921 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718080 was updated with tag "upsertAddress", but firestore put was not called! 18:02:27.687 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 663688 in firestore, but it was not found in the notified HashMap! 18:02:45.172 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:47.307 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:03:10.769 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:04:55.624 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731039 was updated with tag "upsertAddress", but firestore put was not called! 18:05:38.331 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:08:40.073 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731039 was updated with tag "upsertAddress", but firestore put was not called! 18:12:00.176 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!) 18:12:45.264 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.663 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:47.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order ad185647-0fec-4b99-9859-4b9bd7a270c0 to interval. Created: 2026-04-07T18:04:21 FirstItem: null Completed: 2026-04-08T18:07 LastItem: null 18:12:47.030 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:14:42.810 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 531036 in firestore, but it was not found in the notified HashMap! 18:17:18.200 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:17:18.202 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:17:18.204 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) 18:17:18.206 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) 18:17:18.206 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48513, amount=1, apiName=Csípős mellé, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:17:34.663 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48473, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:17:34.665 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) 18:17:52.340 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48473, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:17:52.342 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) 18:18:10.967 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:19:46.846 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) 18:20:01.339 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731050 in firestore, but it was not found in the notified HashMap! 18:20:59.624 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731051 in firestore, but it was not found in the notified HashMap! 18:21:16.821 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731052 was updated with tag "upsertAddress", but firestore put was not called! 18:22:45.252 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:45.652 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:45.657 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:48.046 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:22:48.545 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:24:47.550 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1466 tried to update address #309506 of customer #640418, but it was not found in the persisted list 18:26:41.893 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276972 in firestore, but it was not found in the notified HashMap! 18:30:53.243 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70810, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:32:45.259 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:32:45.543 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:32:46.348 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:36:23.693 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731067 in firestore, but it was not found in the notified HashMap! 18:42:46.114 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:42:46.670 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:45:48.455 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 18:52:44.921 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:46.089 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:54:21.867 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48473, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:54:21.869 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) 18:54:30.191 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:54:30.201 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48444, amount=1, apiName=Steak kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:56:14.508 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:56:14.514 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48444, amount=1, apiName=Steak kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:06:16.406 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 731088 in firestore, but it was not found in the notified HashMap! 19:06:29.610 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:11:40.360 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:11:40.365 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48444, amount=1, apiName=Steak kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:12:47.715 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:12:48.361 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:15:18.306 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 19:26:15.051 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11080, amount=1, apiName=Választható fokhagymás-tejfölös öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 19:32:45.057 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:32:45.701 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:36:24.955 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:36:25.214 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:42:44.737 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:42:44.950 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:12:45.267 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:22:44.662 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 23:12:00.872 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-08, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)