00:12:00.431 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 04:30:05.218 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?]; SQL [delete from "restaurant" where "id"=?]; constraint [attachment_restaurant_restaurant_id_fkey] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:290) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at com.bda.orsys.service.user.UserServiceImpl.deleteAllUnreferencedStaff(UserServiceImpl.java:210) at com.bda.orsys.service.restaurant.RestaurantServiceImpl.deleteExpiredDeletableRestaurants(RestaurantServiceImpl.java:534) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723) at com.bda.orsys.service.restaurant.RestaurantServiceImpl$$SpringCGLIB$$0.deleteExpiredDeletableRestaurants() at com.bda.orsys.utils.ScheduledTasks.deleteExpiredRestaurants(ScheduledTasks.java:288) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.utils.ScheduledTasks$$SpringCGLIB$$0.deleteExpiredRestaurants() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130) at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124) at io.micrometer.observation.Observation.observe(Observation.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124) at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:85) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?] at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:97) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:197) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.performNonBatchedMutation(AbstractMutationExecutor.java:134) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:55) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.doStaticDelete(AbstractDeleteCoordinator.java:279) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.delete(AbstractDeleteCoordinator.java:87) at org.hibernate.action.internal.EntityDeleteAction.execute(EntityDeleteAction.java:131) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:644) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:511) at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:414) at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:41) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1429) at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1415) at org.hibernate.query.sql.internal.NativeQueryImpl.prepareForExecution(NativeQueryImpl.java:666) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQuery(AbstractSelectionQuery.java:172) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQueryHandlingFetchProfiles(AbstractSelectionQuery.java:159) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:140) at org.hibernate.query.Query.getResultList(Query.java:120) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:130) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:93) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:152) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:140) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:170) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) ... 57 more Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant". at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:194) ... 90 more 06:00:08.750 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #373 has been paid, but does not have a pendingExpiry! 06:00:20.443 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #712 has been paid, but does not have a pendingExpiry! 06:00:22.541 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1141 has been paid, but does not have a pendingExpiry! 06:00:22.541 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1164 has been paid, but does not have a pendingExpiry! 06:00:23.625 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1052 has been paid, but does not have a pendingExpiry! 06:00:23.625 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #343 has been paid, but does not have a pendingExpiry! 06:00:23.625 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1045 has been paid, but does not have a pendingExpiry! 06:00:24.717 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #806 has been paid, but does not have a pendingExpiry! 06:00:24.717 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #808 has been paid, but does not have a pendingExpiry! 06:00:25.806 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1095 has been paid, but does not have a pendingExpiry! 06:00:25.806 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #374 has been paid, but does not have a pendingExpiry! 06:02:44.886 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 06:06:34.457 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735617 in firestore, but it was not found in the notified HashMap! 06:06:36.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 06:06:47.007 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735618 in firestore, but it was not found in the notified HashMap! 06:08:07.739 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735619 in firestore, but it was not found in the notified HashMap! 06:08:52.969 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735620 in firestore, but it was not found in the notified HashMap! 06:23:00.033 ERROR c.bda.orsys.network.SlackApiCaller - 3 TRANSFER subscriptions need attention: Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 JAGA Étterem (JAGA Vendégház Kft.) valid until: 2026-04-16 06:32:35.986 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 656112 in firestore, but it was not found in the notified HashMap! 07:02:45.019 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:12:45.915 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9e91bbc0-c714-4a1b-871c-135e3008448f to interval. Created: 2026-04-16T07:05:49 FirstItem: null Completed: 2026-04-17T07:07 LastItem: null 07:18:36.234 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 447035 in firestore, but it was not found in the notified HashMap! 07:21:13.468 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735624 in firestore, but it was not found in the notified HashMap! 07:22:45.636 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:51:51.507 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735625 in firestore, but it was not found in the notified HashMap! 07:52:46.259 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order e0e0442f-a498-4e8e-9a46-d646d0ba0d4e to interval. Created: 2026-04-16T07:37:30 FirstItem: null Completed: 2026-04-17T07:47 LastItem: null 07:54:35.875 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 662950 in firestore, but it was not found in the notified HashMap! 07:55:56.788 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735626 in firestore, but it was not found in the notified HashMap! 08:00:15.091 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 274994 in firestore, but it was not found in the notified HashMap! 08:02:45.284 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c25d76b6-c129-4f41-b814-d908963dfead to interval. Created: 2026-04-16T07:51:45 FirstItem: null Completed: 2026-04-17T07:57 LastItem: null 08:04:25.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 541141 in firestore, but it was not found in the notified HashMap! 08:05:37.387 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735630 in firestore, but it was not found in the notified HashMap! 08:06:35.973 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:08:47.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 637793 in firestore, but it was not found in the notified HashMap! 08:08:57.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 637793 in firestore, but it was not found in the notified HashMap! 08:09:57.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735634 in firestore, but it was not found in the notified HashMap! 08:10:07.814 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735635 in firestore, but it was not found in the notified HashMap! 08:18:56.949 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566339 in firestore, but it was not found in the notified HashMap! 08:19:10.994 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566339 in firestore, but it was not found in the notified HashMap! 08:20:35.979 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:21:50.151 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735640 in firestore, but it was not found in the notified HashMap! 08:23:00.230 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:30:15.793 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735643 in firestore, but it was not found in the notified HashMap! 08:31:01.097 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=teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 08:31:37.073 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735644 in firestore, but it was not found in the notified HashMap! 08:32:45.938 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:34:35.993 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 659920 in firestore, but it was not found in the notified HashMap! 08:35:09.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 559500 in firestore, but it was not found in the notified HashMap! 08:35:37.451 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735648 in firestore, but it was not found in the notified HashMap! 08:46:45.089 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 675490 in firestore, but it was not found in the notified HashMap! 08:50:24.637 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735658 in firestore, but it was not found in the notified HashMap! 08:52:46.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 06af759f-e9f7-42cf-8e65-e8e431a0e915 to interval. Created: 2026-04-16T08:41:58 FirstItem: null Completed: 2026-04-17T08:47 LastItem: null 08:52:46.053 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:55:32.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 708395 in firestore, but it was not found in the notified HashMap! 08:58:46.733 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 09:01:25.490 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 733562 was updated with tag "upsertAddress", but firestore put was not called! 09:02:35.913 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680653 in firestore, but it was not found in the notified HashMap! 09:02:46.612 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:04:35.862 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 672787 in firestore, but it was not found in the notified HashMap! 09:05:48.808 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735099 in firestore, but it was not found in the notified HashMap! 09:06:01.060 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735672 in firestore, but it was not found in the notified HashMap! 09:06:15.498 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 09:07:18.363 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:08:46.728 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1857 tried to update address #257453 of customer #598080, but it was not found in the persisted list 09:12:26.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 596131 in firestore, but it was not found in the notified HashMap! 09:13:30.392 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731953 was updated with tag "upsertAddress", but firestore put was not called! 09:14:04.630 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 643993 in firestore, but it was not found in the notified HashMap! 09:14:45.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:14:49.418 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 282553 in firestore, but it was not found in the notified HashMap! 09:15:10.494 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:16:45.474 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 643993 was updated with tag "upsertAddress", but firestore put was not called! 09:16:50.546 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 09:20:25.468 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 523545 in firestore, but it was not found in the notified HashMap! 09:22:45.133 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:24:36.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:26:45.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:26:45.308 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:27:19.103 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:30:11.233 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 09:30:44.751 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735698 in firestore, but it was not found in the notified HashMap! 09:30:46.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 09:32:45.209 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:46.698 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:34:01.880 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11978, amount=1, apiName=Csípős öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:34:01.883 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11978, amount=1, apiName=Csípős öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:34:35.934 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 652695 in firestore, but it was not found in the notified HashMap! 09:35:21.845 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:36:35.973 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:37:17.323 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279288 in firestore, but it was not found in the notified HashMap! 09:38:46.813 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 09:38:50.607 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 674519 in firestore, but it was not found in the notified HashMap! 09:40:35.954 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:40:52.815 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735709 in firestore, but it was not found in the notified HashMap! 09:41:48.610 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 669560 in firestore, but it was not found in the notified HashMap! 09:42:44.748 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551046 in firestore, but it was not found in the notified HashMap! 09:42:45.262 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:42:48.457 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c11896b5-5117-4390-a22a-a19e3a8e6090 to interval. Created: 2026-04-16T09:36:25 FirstItem: null Completed: 2026-04-17T09:37 LastItem: null 09:44:46.941 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 09:46:35.869 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735715 in firestore, but it was not found in the notified HashMap! 09:46:45.086 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 734554 in firestore, but it was not found in the notified HashMap! 09:47:12.903 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=Steakburgonya, apiNote=null, unitPrice=990.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:47:22.089 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:49:22.177 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:51:00.829 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:51:13.499 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:52:46.257 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:53:21.938 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 484677 in firestore, but it was not found in the notified HashMap! 09:54:12.312 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735723 was updated with tag "upsertAddress", but firestore put was not called! 09:57:00.321 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735725 in firestore, but it was not found in the notified HashMap! 09:57:48.577 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735725 in firestore, but it was not found in the notified HashMap! 09:59:04.824 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735727 in firestore, but it was not found in the notified HashMap! 10:00:16.339 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:00:16.340 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:00:16.341 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:00:42.211 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:00:44.739 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735727 in firestore, but it was not found in the notified HashMap! 10:02:45.207 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:02:46.234 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:46.495 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5de6862d-fb24-4f14-8235-0ee2ef0209c5 to interval. Created: 2026-04-16T09:50:53 FirstItem: null Completed: 2026-04-17T09:57 LastItem: null 10:02:46.512 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:02:47.378 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:02:47.764 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order fac54e07-aef3-49b8-8e63-7317ed7a3e90 to interval. Created: 2026-04-16T09:53:40 FirstItem: null Completed: 2026-04-17T09:57 LastItem: null 10:05:13.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735733 in firestore, but it was not found in the notified HashMap! 10:05:54.646 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:06:11.542 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:08:03.999 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 259159 in firestore, but it was not found in the notified HashMap! 10:09:08.272 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 674449 in firestore, but it was not found in the notified HashMap! 10:09:42.419 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #207296 of customer #300135, but it was not found in the persisted list 10:10:04.075 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:12:46.958 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735743 in firestore, but it was not found in the notified HashMap! 10:13:40.424 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:15:00.929 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:15:00.931 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:15:00.932 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:15:15.063 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:15:15.064 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:15:15.066 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:16:45.099 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:16:45.310 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:16:45.866 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 275071 in firestore, but it was not found in the notified HashMap! 10:20:35.920 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 681574 in firestore, but it was not found in the notified HashMap! 10:21:17.152 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 558114 in firestore, but it was not found in the notified HashMap! 10:22:45.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:46.092 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:46.671 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:23:22.201 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:24:44.480 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 305315 in firestore, but it was not found in the notified HashMap! 10:27:01.610 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:27:01.612 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=Mirinda Narancs (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:27:01.612 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70817, amount=1, apiName=Cheddar sajt, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:27:01.990 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Kinley Ginger Ale szénsavas üdítőital gyömbér ízesítéssel 500 ml, apiNote=null, unitPrice=990.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:27:08.424 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Kinley Ginger Ale szénsavas üdítőital gyömbér ízesítéssel 500 ml, apiNote=null, unitPrice=990.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:28:40.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 10:28:45.101 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:28:45.303 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:29:24.587 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:29:24.589 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:29:24.590 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34076, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:29:24.591 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:29:24.591 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:29:24.592 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:30:35.973 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:32:45.679 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:46.011 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:46.037 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:47.213 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:47.222 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:33:32.567 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735212 was updated with tag "upsertAddress", but firestore put was not called! 10:34:05.925 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:34:05.927 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:34:05.927 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:36:31.662 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:37:20.934 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735768 was updated with tag "upsertAddress", but firestore put was not called! 10:38:19.705 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735769 in firestore, but it was not found in the notified HashMap! 10:38:34.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:40:27.191 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 640987 in firestore, but it was not found in the notified HashMap! 10:41:53.793 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601036 was updated with tag "upsertAddress", but firestore put was not called! 10:42:45.800 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:43:01.708 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) 10:43:01.711 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) 10:47:06.401 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 497320 in firestore, but it was not found in the notified HashMap! 10:51:19.240 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735777 in firestore, but it was not found in the notified HashMap! 10:51:54.167 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:51:54.169 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:51:54.170 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:51:54.172 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34065, amount=1, apiName=Gyümölcs leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:51:54.174 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34072, amount=1, apiName=Rántott sajt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:51:54.175 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:52:45.156 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:45.529 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.166 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.641 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:53:44.050 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:53:44.051 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:53:44.053 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:53:44.054 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:53:44.054 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:53:44.056 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34079, amount=1, apiName=Vegyes Köret, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:54:26.667 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 564650 in firestore, but it was not found in the notified HashMap! 10:54:41.843 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735780 in firestore, but it was not found in the notified HashMap! 10:56:26.195 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:56:26.197 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:56:26.198 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:56:26.200 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:56:26.200 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34073, amount=1, apiName=Rántott Gomba, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:56:26.201 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34079, amount=1, apiName=Vegyes Köret, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:58:56.477 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:58:56.479 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:58:56.481 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:58:56.482 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:58:56.483 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:58:56.492 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:00:41.058 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 11:00:45.378 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:02:46.136 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:50.273 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order a83b7679-4a77-44cc-aca3-619b3f890d87 to interval. Created: 2026-04-16T10:48:37 FirstItem: null Completed: 2026-04-17T10:57 LastItem: null 11:02:50.277 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:03:44.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735787 in firestore, but it was not found in the notified HashMap! 11:06:18.346 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735789 in firestore, but it was not found in the notified HashMap! 11:10:31.722 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735793 in firestore, but it was not found in the notified HashMap! 11:12:46.121 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:46.128 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:15:59.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735795 in firestore, but it was not found in the notified HashMap! 11:16:42.140 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 256594 in firestore, but it was not found in the notified HashMap! 11:18:16.757 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735787 in firestore, but it was not found in the notified HashMap! 11:20:16.023 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735797 was updated with tag "upsertAddress", but firestore put was not called! 11:22:46.354 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:22:46.472 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:46.552 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:23:58.359 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 646407 was updated with tag "upsertAddress", but firestore put was not called! 11:24:03.942 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 646407 in firestore, but it was not found in the notified HashMap! 11:28:13.096 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735802 in firestore, but it was not found in the notified HashMap! 11:30:45.121 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:31:33.266 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:32:45.355 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:45.711 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:45.926 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:46.100 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:32:46.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:33:53.543 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735806 in firestore, but it was not found in the notified HashMap! 11:35:37.897 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 11:35:37.898 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:35:37.899 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34071, amount=1, apiName=Rántott csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:35:37.900 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:35:37.901 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34074, amount=1, apiName=Roston csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:35:37.902 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:36:36.871 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:36:45.270 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735809 in firestore, but it was not found in the notified HashMap! 11:37:18.407 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:37:37.121 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:38:13.161 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 11:41:06.149 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735814 in firestore, but it was not found in the notified HashMap! 11:41:21.750 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735814 in firestore, but it was not found in the notified HashMap! 11:42:49.458 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 4e1b28b0-dbdb-4b3f-813a-71ba2e1fc21f to interval. Created: 2026-04-16T11:34:57 FirstItem: null Completed: 2026-04-17T11:37 LastItem: null 11:42:49.466 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:46:47.444 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735817 in firestore, but it was not found in the notified HashMap! 11:47:26.745 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 539958 in firestore, but it was not found in the notified HashMap! 11:50:45.200 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:51:44.232 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 347259 in firestore, but it was not found in the notified HashMap! 11:52:47.054 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 17844bb4-34b6-4d84-baaa-fdddda632583 to interval. Created: 2026-04-16T11:37:38 FirstItem: null Completed: 2026-04-17T11:47 LastItem: null 11:52:49.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:58:35.715 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735825 in firestore, but it was not found in the notified HashMap! 12:01:23.995 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735826 was updated with tag "upsertAddress", but firestore put was not called! 12:02:44.937 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.497 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:08:36.105 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735833 in firestore, but it was not found in the notified HashMap! 12:12:45.033 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.605 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:47.580 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:14:59.755 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476346 in firestore, but it was not found in the notified HashMap! 12:15:11.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476346 in firestore, but it was not found in the notified HashMap! 12:22:44.856 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:46.326 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:24:31.066 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 682387 in firestore, but it was not found in the notified HashMap! 12:26:13.971 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:26:37.066 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:30:57.360 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729261 was updated with tag "upsertAddress", but firestore put was not called! 12:31:22.107 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 12:32:44.981 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:40:25.900 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724479 in firestore, but it was not found in the notified HashMap! 12:42:45.094 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.099 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.510 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.518 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:44:09.659 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:44:11.585 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:44:27.241 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724479 in firestore, but it was not found in the notified HashMap! 12:50:45.152 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:52:45.117 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:46.298 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:46.531 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:56:24.414 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:02:46.709 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:04:49.830 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735872 in firestore, but it was not found in the notified HashMap! 13:07:35.638 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=19681, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 13:08:42.168 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602612 in firestore, but it was not found in the notified HashMap! 13:10:42.634 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 259210 in firestore, but it was not found in the notified HashMap! 13:12:45.000 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:45.150 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:12:46.418 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:13:18.650 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:17:57.501 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 725783 was updated with tag "upsertAddress", but firestore put was not called! 13:19:41.951 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #147152 of customer #286108, but it was not found in the persisted list 13:22:45.119 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:45.199 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:30:45.392 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:32:45.084 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:45.568 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:33:46.331 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735887 in firestore, but it was not found in the notified HashMap! 13:40:41.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 13:42:40.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 630761 in firestore, but it was not found in the notified HashMap! 13:42:45.056 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:42:45.886 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:46:06.181 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 662578 in firestore, but it was not found in the notified HashMap! 13:47:43.472 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735897 in firestore, but it was not found in the notified HashMap! 13:48:18.467 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735898 in firestore, but it was not found in the notified HashMap! 13:52:44.930 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:45.114 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:45.348 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:45.567 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:49.211 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735908 in firestore, but it was not found in the notified HashMap! 14:05:06.453 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735911 in firestore, but it was not found in the notified HashMap! 14:06:45.189 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:13:19.837 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 288167 in firestore, but it was not found in the notified HashMap! 14:13:23.077 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735919 was updated with tag "upsertAddress", but firestore put was not called! 14:17:15.311 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735922 in firestore, but it was not found in the notified HashMap! 14:20:21.461 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735923 was updated with tag "upsertAddress", but firestore put was not called! 14:22:45.131 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:22:45.156 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:22:45.205 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:25:04.316 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) 14:25:04.317 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) 14:25:04.318 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:04.319 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) 14:26:53.910 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:28:44.684 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:29:12.138 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:29:47.684 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735930 was updated with tag "upsertAddress", but firestore put was not called! 14:30:35.948 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 14:30:47.329 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735931 in firestore, but it was not found in the notified HashMap! 14:31:45.133 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735932 in firestore, but it was not found in the notified HashMap! 14:32:44.910 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:32:45.192 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:36:27.191 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735524 in firestore, but it was not found in the notified HashMap! 14:37:07.730 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735935 in firestore, but it was not found in the notified HashMap! 14:37:36.022 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735935 in firestore, but it was not found in the notified HashMap! 14:37:49.534 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 14:42:28.703 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735936 in firestore, but it was not found in the notified HashMap! 14:42:45.006 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.364 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.578 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:43:33.753 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735938 in firestore, but it was not found in the notified HashMap! 14:46:07.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735940 in firestore, but it was not found in the notified HashMap! 14:49:33.246 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 14:50:18.459 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:52:44.888 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:52:45.798 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:52:45.801 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:52:46.951 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:53:11.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:54:44.471 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:55:22.096 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:58:15.398 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735949 in firestore, but it was not found in the notified HashMap! 15:05:58.707 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735952 in firestore, but it was not found in the notified HashMap! 15:06:17.160 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735953 in firestore, but it was not found in the notified HashMap! 15:06:26.439 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735954 in firestore, but it was not found in the notified HashMap! 15:07:58.315 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 717424 was updated with tag "upsertAddress", but firestore put was not called! 15:10:27.159 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 681597 in firestore, but it was not found in the notified HashMap! 15:10:45.295 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:13:37.973 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 630662 was updated with tag "upsertAddress", but firestore put was not called! 15:14:44.615 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:14:44.615 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:14:44.615 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:22.783 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 467714 was updated with tag "upsertAddress", but firestore put was not called! 15:16:50.803 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735960 in firestore, but it was not found in the notified HashMap! 15:18:12.672 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735962 in firestore, but it was not found in the notified HashMap! 15:19:17.289 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735960 in firestore, but it was not found in the notified HashMap! 15:19:43.591 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 251857 in firestore, but it was not found in the notified HashMap! 15:20:56.796 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 536740 in firestore, but it was not found in the notified HashMap! 15:22:46.060 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:22:46.100 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:26:41.207 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 15:27:10.051 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735974 in firestore, but it was not found in the notified HashMap! 15:30:41.312 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 15:32:18.645 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 654543 was updated with tag "upsertAddress", but firestore put was not called! 15:32:45.927 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:46.446 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:34:31.625 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:36:09.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 704969 in firestore, but it was not found in the notified HashMap! 15:36:28.103 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:36:34.300 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:38:27.914 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735983 in firestore, but it was not found in the notified HashMap! 15:38:56.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735984 in firestore, but it was not found in the notified HashMap! 15:40:44.609 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:41:02.270 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:42:44.479 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:42:44.986 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:46.316 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:46.792 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:42:59.107 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:43:17.302 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 648140 in firestore, but it was not found in the notified HashMap! 15:44:06.210 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 618811 was updated with tag "upsertAddress", but firestore put was not called! 15:44:44.727 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:45:30.318 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735990 in firestore, but it was not found in the notified HashMap! 15:48:10.700 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735991 in firestore, but it was not found in the notified HashMap! 15:48:46.329 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735992 in firestore, but it was not found in the notified HashMap! 15:50:13.435 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735995 in firestore, but it was not found in the notified HashMap! 15:50:31.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 441188 in firestore, but it was not found in the notified HashMap! 15:50:44.385 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 441188 in firestore, but it was not found in the notified HashMap! 15:52:03.356 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735997 in firestore, but it was not found in the notified HashMap! 15:52:45.815 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:46.080 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:52:46.452 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:54:14.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 355872 in firestore, but it was not found in the notified HashMap! 15:55:17.255 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 649498 in firestore, but it was not found in the notified HashMap! 15:56:44.906 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736002 was updated with tag "upsertAddress", but firestore put was not called! 15:57:36.120 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736003 in firestore, but it was not found in the notified HashMap! 15:58:31.569 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:58:45.340 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736003 in firestore, but it was not found in the notified HashMap! 16:00:45.277 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:02:45.273 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:02:45.414 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:47.085 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:04:26.763 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 568786 in firestore, but it was not found in the notified HashMap! 16:04:31.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:06:06.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:06:58.361 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:08:24.019 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 650480 was updated with tag "upsertAddress", but firestore put was not called! 16:08:41.168 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 16:08:44.605 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:08:44.813 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:12:45.311 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.549 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.778 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:12:46.610 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:12:47.079 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:13:22.462 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 373576 in firestore, but it was not found in the notified HashMap! 16:15:41.394 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48448, amount=1, apiName=Édes kicsi, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 16:16:27.306 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 663241 in firestore, but it was not found in the notified HashMap! 16:16:35.947 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 16:18:27.264 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 663241 in firestore, but it was not found in the notified HashMap! 16:18:39.449 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48448, amount=1, apiName=Édes kicsi, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 16:19:22.990 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736032 in firestore, but it was not found in the notified HashMap! 16:20:00.157 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:20:00.158 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:20:19.363 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736033 in firestore, but it was not found in the notified HashMap! 16:20:44.428 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68103, amount=1, apiName=Uborka Nélkül, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.429 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.429 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Ketchup 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.429 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68099, amount=1, apiName=Player Kid Játék 1, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.429 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) 16:20:44.430 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) 16:20:44.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:20:44.431 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71089, amount=1, apiName=XIXO Pink Lemonade 0,25 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:22:03.555 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70883, amount=1, apiName=Gomba, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:22:46.722 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:49.034 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:50.662 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:23:19.205 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 16:24:08.767 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736038 in firestore, but it was not found in the notified HashMap! 16:24:37.221 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 16:25:00.700 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736041 was updated with tag "upsertAddress", but firestore put was not called! 16:25:38.947 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:26:15.126 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:26:28.184 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:26:41.289 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:27:25.559 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 16:28:44.640 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:28:56.103 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11833, amount=1, apiName=Bacon, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:28:56.104 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) 16:28:56.106 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11852, amount=1, apiName=Kolbász, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:29:10.820 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=Vattacukor, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:29:10.821 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=Sárgadinnyés, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:29:10.821 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=Kekszes, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:29:10.821 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=Lime, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:29:10.821 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:29:16.562 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736045 was updated with tag "upsertAddress", but firestore put was not called! 16:31:50.617 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736048 in firestore, but it was not found in the notified HashMap! 16:32:47.455 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:32:48.438 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:33:13.508 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 253538 in firestore, but it was not found in the notified HashMap! 16:33:26.334 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736050 was updated with tag "upsertAddress", but firestore put was not called! 16:35:42.143 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736053 in firestore, but it was not found in the notified HashMap! 16:38:42.622 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 282939 in firestore, but it was not found in the notified HashMap! 16:39:22.354 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736060 in firestore, but it was not found in the notified HashMap! 16:40:04.372 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736060 in firestore, but it was not found in the notified HashMap! 16:40:45.198 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:41:43.425 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 289867 in firestore, but it was not found in the notified HashMap! 16:42:45.370 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:42:46.219 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:42:46.608 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:42:47.312 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736064 in firestore, but it was not found in the notified HashMap! 16:42:55.696 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 663169 was updated with tag "upsertAddress", but firestore put was not called! 16:43:52.165 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48448, amount=1, apiName=Édes kicsi, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 16:45:17.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:45:32.972 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736066 in firestore, but it was not found in the notified HashMap! 16:45:58.103 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736067 was updated with tag "upsertAddress", but firestore put was not called! 16:46:32.776 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:46:35.819 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 16:46:45.271 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:46:46.953 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) 16:46:46.953 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) 16:46:46.953 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:46:46.954 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:46:46.955 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11833, amount=1, apiName=Bacon, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:46:46.957 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:46:46.957 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11979, amount=1, apiName=Ezersziget öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:48:44.706 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:50:41.304 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 16:51:23.233 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 405944 in firestore, but it was not found in the notified HashMap! 16:52:46.387 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:47.384 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:54:41.254 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 182113 in firestore, but it was not found in the notified HashMap! 16:56:37.746 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:59:22.734 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 17:00:39.803 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736088 in firestore, but it was not found in the notified HashMap! 17:00:41.473 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:02:45.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:02:47.889 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:05:17.302 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 653271 in firestore, but it was not found in the notified HashMap! 17:06:28.854 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:06:31.702 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:06:41.457 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:07:33.332 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 17:10:02.918 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736097 in firestore, but it was not found in the notified HashMap! 17:10:12.244 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 393958 in firestore, but it was not found in the notified HashMap! 17:10:30.100 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736098 in firestore, but it was not found in the notified HashMap! 17:12:00.161 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 17:12:46.715 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:46.834 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:12:47.455 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:13:08.300 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736100 was updated with tag "upsertAddress", but firestore put was not called! 17:14:21.663 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736104 in firestore, but it was not found in the notified HashMap! 17:16:03.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:16:11.271 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:16:50.841 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 645449 was updated with tag "upsertAddress", but firestore put was not called! 17:17:13.344 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 584946 in firestore, but it was not found in the notified HashMap! 17:18:45.778 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 17:19:43.503 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:22:39.714 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 655128 in firestore, but it was not found in the notified HashMap! 17:22:44.665 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:22:46.091 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:46.716 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:59.470 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 17:23:53.607 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:23:53.609 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:26:17.749 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 493366 in firestore, but it was not found in the notified HashMap! 17:26:29.832 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 493366 in firestore, but it was not found in the notified HashMap! 17:27:11.544 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736121 in firestore, but it was not found in the notified HashMap! 17:28:40.298 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736123 in firestore, but it was not found in the notified HashMap! 17:29:25.691 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736124 in firestore, but it was not found in the notified HashMap! 17:30:30.137 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736123 in firestore, but it was not found in the notified HashMap! 17:30:38.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 537684 in firestore, but it was not found in the notified HashMap! 17:31:19.230 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 608425 was updated with tag "upsertAddress", but firestore put was not called! 17:32:45.132 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:46.405 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:46.424 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:34:12.340 DEBUG c.b.o.s.r.CustomerServiceImpl - User 2101 tried to update address #365714 of customer #390477, but it was not found in the persisted list 17:34:35.774 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 338094 in firestore, but it was not found in the notified HashMap! 17:36:35.824 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 17:36:39.075 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:36:39.371 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:36:43.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 284705 in firestore, but it was not found in the notified HashMap! 17:36:49.064 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:38:44.693 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:38:45.291 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:39:00.917 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736133 in firestore, but it was not found in the notified HashMap! 17:40:45.178 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:40:54.225 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736136 in firestore, but it was not found in the notified HashMap! 17:42:44.940 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:44.944 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:47.520 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:43:13.413 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 278098 in firestore, but it was not found in the notified HashMap! 17:43:39.413 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736138 in firestore, but it was not found in the notified HashMap! 17:44:41.858 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #311504 of customer #278048, but it was not found in the persisted list 17:46:15.738 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736144 in firestore, but it was not found in the notified HashMap! 17:46:29.330 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:46:43.330 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736144 in firestore, but it was not found in the notified HashMap! 17:46:44.530 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:46:44.531 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:46:44.531 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68100, amount=1, apiName=Player Kid Játék 2, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:46:44.532 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) 17:46:44.533 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71091, amount=1, apiName=Kubu Áfonya 0,3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:46:44.534 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:46:44.534 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:46:44.534 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Kinley Gyömbér 250 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:49:15.799 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:52:03.700 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) 17:52:03.702 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=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:52:04.346 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736155 in firestore, but it was not found in the notified HashMap! 17:52:43.629 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:52:44.549 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:52:47.406 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:54:06.334 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:54:09.698 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:54:09.699 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:54:20.864 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:54:20.866 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:54:37.341 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 578860 was updated with tag "upsertAddress", but firestore put was not called! 17:54:37.595 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) 17:54:44.538 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:54:47.190 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:54:51.621 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:54:51.622 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:55:05.762 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 17:56:06.308 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:57:53.534 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736164 was updated with tag "upsertAddress", but firestore put was not called! 18:00:20.869 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 430176 in firestore, but it was not found in the notified HashMap! 18:00:44.765 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:02:46.829 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:47.255 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:59.165 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:03:46.985 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 640441 was updated with tag "upsertAddress", but firestore put was not called! 18:04:06.165 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736166 in firestore, but it was not found in the notified HashMap! 18:04:13.279 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:04:32.570 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 725245 was updated with tag "upsertAddress", but firestore put was not called! 18:04:45.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:05:13.196 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 308880 in firestore, but it was not found in the notified HashMap! 18:05:50.421 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 18:05:54.187 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:06:01.202 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 617645 in firestore, but it was not found in the notified HashMap! 18:09:18.476 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 646885 was updated with tag "upsertAddress", but firestore put was not called! 18:10:29.080 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736171 in firestore, but it was not found in the notified HashMap! 18:10:45.829 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 18:10:53.003 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736172 in firestore, but it was not found in the notified HashMap! 18:11:13.227 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 308730 in firestore, but it was not found in the notified HashMap! 18:11:56.807 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732894 was updated with tag "upsertAddress", but firestore put was not called! 18:12:47.739 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:14:30.431 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736179 in firestore, but it was not found in the notified HashMap! 18:15:30.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 18:16:26.755 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:16:34.769 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736184 in firestore, but it was not found in the notified HashMap! 18:17:13.589 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:17:26.117 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) 18:17:30.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736187 in firestore, but it was not found in the notified HashMap! 18:17:50.614 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 18:18:44.627 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:20:00.270 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736189 in firestore, but it was not found in the notified HashMap! 18:21:34.283 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 717589 in firestore, but it was not found in the notified HashMap! 18:22:46.843 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:23:40.848 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 736192 was updated with tag "upsert - whitelabel", but firestore put was not called! 18:24:32.098 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736194 in firestore, but it was not found in the notified HashMap! 18:24:45.261 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:26:12.981 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 303237 in firestore, but it was not found in the notified HashMap! 18:28:35.840 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=23853, amount=1, apiName=Csónakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 18:28:35.842 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=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:31:48.845 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 18:32:37.250 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:32:37.251 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:32:45.367 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:32:46.459 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 585622 was updated with tag "upsertAddress", but firestore put was not called! 18:32:46.913 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:32:48.102 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 6f462330-7c3d-411d-89e4-1991047a4376 to interval. Created: 2026-04-16T18:17:58 FirstItem: null Completed: 2026-04-17T18:27 LastItem: null 18:32:48.107 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:32:52.423 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:32:52.425 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:33:33.208 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:33:54.871 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:33:54.873 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:34:45.298 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:36:08.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 18:36:32.555 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601839 was updated with tag "upsertAddress", but firestore put was not called! 18:36:33.878 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:39:00.055 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:40:14.656 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 18:42:45.188 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:45.425 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:45.799 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:45.912 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:44:45.319 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:46:52.746 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 650401 was updated with tag "upsertAddress", but firestore put was not called! 18:52:04.339 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 549678 in firestore, but it was not found in the notified HashMap! 18:52:08.766 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:52:45.910 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:47.221 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:56:32.473 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:56:32.760 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:59:04.358 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 725023 in firestore, but it was not found in the notified HashMap! 18:59:11.742 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736222 in firestore, but it was not found in the notified HashMap! 18:59:41.864 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #154565 of customer #280145, but it was not found in the persisted list 19:01:16.747 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:01:16.748 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:02:45.316 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:02:46.581 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:04:42.700 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 19:05:41.539 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) 19:06:18.291 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:07:55.807 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 708766 was updated with tag "upsertAddress", but firestore put was not called! 19:11:25.188 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:11:25.190 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:11:39.501 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:11:39.502 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:12:45.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:12:45.221 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:12:45.223 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:16:26.069 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:17:02.466 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736242 in firestore, but it was not found in the notified HashMap! 19:19:38.333 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 728331 was updated with tag "upsertAddress", but firestore put was not called! 19:22:46.601 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:26:30.233 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:30:54.108 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:30:54.110 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:31:34.136 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 736248 in firestore, but it was not found in the notified HashMap! 19:32:45.846 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:32:46.105 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:33:14.737 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:33:14.740 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:36:29.508 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:37:10.640 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:37:10.642 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:42:46.384 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 3f893c07-1f56-4bfd-9f54-1e00da311c33 to interval. Created: 2026-04-16T19:36:22 FirstItem: null Completed: 2026-04-17T19:37 LastItem: null 19:46:28.711 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:46:28.950 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:52:45.503 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:56:25.729 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:56:25.735 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48464, amount=1, apiName=Jack mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 20:02:45.536 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:06:29.201 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:12:45.207 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:26:24.938 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:32:45.123 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:36:22.629 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:36:22.864 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-17, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:42:44.637 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 22:12:00.732 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.nyitasIdopontja, kuldottErtek=2026-04-17T08:00:00Z, hibaKulcs=Past, hibaUzenet=A mező időpontja nem lehet múltbeli!)