04:30:05.926 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:04.782 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #950 has been paid, but does not have a pendingExpiry! 06:00:20.285 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1012 has been paid, but does not have a pendingExpiry! 06:00:20.285 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #997 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1213 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1226 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1645 has been paid, but does not have a pendingExpiry! 06:07:28.611 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735066 in firestore, but it was not found in the notified HashMap! 06:20:59.510 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 06:23:00.020 ERROR c.bda.orsys.network.SlackApiCaller - 2 TRANSFER subscriptions need attention: Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 06:36:22.157 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 06:38:54.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 692265 in firestore, but it was not found in the notified HashMap! 06:45:08.139 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735069 in firestore, but it was not found in the notified HashMap! 06:50:14.401 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735070 in firestore, but it was not found in the notified HashMap! 07:00:20.072 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735071 in firestore, but it was not found in the notified HashMap! 07:06:59.503 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 692265 was updated with tag "upsertAddress", but firestore put was not called! 07:07:41.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735072 in firestore, but it was not found in the notified HashMap! 07:42:44.585 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 07:42:45.423 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f13bac4d-1063-439a-8409-ebaf8a7125a6 to interval. Created: 2026-04-15T07:28 FirstItem: null Completed: 2026-04-16T07:37 LastItem: null 08:04:59.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:09:29.409 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735074 was updated with tag "upsertAddress", but firestore put was not called! 08:18:59.188 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 323241 in firestore, but it was not found in the notified HashMap! 08:22:36.833 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 712458 was updated with tag "upsertAddress", but firestore put was not called! 08:22:46.471 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:26:59.415 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 383299 in firestore, but it was not found in the notified HashMap! 08:30:20.346 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 08:31:47.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735083 in firestore, but it was not found in the notified HashMap! 08:32:46.360 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:34:55.713 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 629269 in firestore, but it was not found in the notified HashMap! 08:36:59.218 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:37:03.341 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 348291 in firestore, but it was not found in the notified HashMap! 08:38:46.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:46:25.247 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 08:46:25.491 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 08:46:25.539 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735087 was updated with tag "upsertAddress", but firestore put was not called! 08:46:46.324 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:48:27.375 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735090 in firestore, but it was not found in the notified HashMap! 08:52:40.904 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #206086 of customer #277026, but it was not found in the persisted list 08:52:40.913 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #249473 of customer #288693, but it was not found in the persisted list 08:52:45.143 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 08:54:18.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735093 in firestore, but it was not found in the notified HashMap! 08:56:45.630 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735098 in firestore, but it was not found in the notified HashMap! 08:56:50.475 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735099 in firestore, but it was not found in the notified HashMap! 08:57:40.844 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #327389 of customer #294460, but it was not found in the persisted list 08:58:34.187 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735102 in firestore, but it was not found in the notified HashMap! 08:58:59.112 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 659920 in firestore, but it was not found in the notified HashMap! 09:00:54.250 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735099 in firestore, but it was not found in the notified HashMap! 09:01:05.018 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 09:01:14.296 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735108 in firestore, but it was not found in the notified HashMap! 09:02:23.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735109 in firestore, but it was not found in the notified HashMap! 09:02:28.633 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:28.635 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11877, amount=1, apiName=bolognai ragu, apiNote=null, unitPrice=840.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:33.876 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:33.877 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11877, amount=1, apiName=bolognai ragu, apiNote=null, unitPrice=840.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:45.848 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:03:03.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:04:16.646 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 663828 was updated with tag "upsertAddress", but firestore put was not called! 09:04:18.506 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 605634 in firestore, but it was not found in the notified HashMap! 09:04:40.393 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735112 in firestore, but it was not found in the notified HashMap! 09:05:53.318 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735113 was updated with tag "upsertAddress", but firestore put was not called! 09:06:11.500 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735114 in firestore, but it was not found in the notified HashMap! 09:06:14.267 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735115 in firestore, but it was not found in the notified HashMap! 09:06:27.835 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735114 in firestore, but it was not found in the notified HashMap! 09:06:29.408 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 09:07:20.149 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735116 was updated with tag "upsertAddress", but firestore put was not called! 09:09:47.623 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735118 was updated with tag "upsert - whitelabel", but firestore put was not called! 09:10:19.477 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 275837 in firestore, but it was not found in the notified HashMap! 09:11:39.870 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735122 in firestore, but it was not found in the notified HashMap! 09:12:40.573 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735123 was updated with tag "upsertAddress", but firestore put was not called! 09:13:29.584 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11973, amount=1, apiName=Fűszeres steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:13:29.586 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:14:06.050 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735126 was updated with tag "upsert - whitelabel", but firestore put was not called! 09:15:25.394 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 587271 was updated with tag "upsertAddress", but firestore put was not called! 09:16:54.109 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 722979 in firestore, but it was not found in the notified HashMap! 09:18:21.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735133 in firestore, but it was not found in the notified HashMap! 09:19:35.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719597 in firestore, but it was not found in the notified HashMap! 09:20:23.765 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:20:23.766 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:22:44.698 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:26:01.769 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735145 in firestore, but it was not found in the notified HashMap! 09:27:06.236 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 540492 in firestore, but it was not found in the notified HashMap! 09:28:05.038 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:28:05.362 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719597 in firestore, but it was not found in the notified HashMap! 09:28:25.975 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735145 in firestore, but it was not found in the notified HashMap! 09:29:05.933 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477994 in firestore, but it was not found in the notified HashMap! 09:29:06.793 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735149 in firestore, but it was not found in the notified HashMap! 09:32:25.997 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735149 in firestore, but it was not found in the notified HashMap! 09:32:27.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551471 in firestore, but it was not found in the notified HashMap! 09:32:44.660 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:44.675 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:34:46.401 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:36:59.159 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:39:19.396 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 275975 in firestore, but it was not found in the notified HashMap! 09:41:40.018 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735159 in firestore, but it was not found in the notified HashMap! 09:42:45.140 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:42:46.378 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:47:03.303 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:47:56.577 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:47:56.579 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:48:03.699 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 687998 in firestore, but it was not found in the notified HashMap! 09:48:04.860 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 687998 in firestore, but it was not found in the notified HashMap! 09:52:44.668 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.616 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.621 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.625 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:56.334 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735168 in firestore, but it was not found in the notified HashMap! 09:53:53.042 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735168 in firestore, but it was not found in the notified HashMap! 09:54:55.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 09:54:59.178 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:58:56.826 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:58:56.827 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 09:58:56.828 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:46.294 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:02:48.155 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order da07e2de-2e4c-4473-a8a0-464fd2e01f87 to interval. Created: 2026-04-15T09:47:10 FirstItem: null Completed: 2026-04-16T09:57 LastItem: null 10:02:48.162 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:04:46.415 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:05:04.963 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 10:06:31.869 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735178 in firestore, but it was not found in the notified HashMap! 10:06:46.310 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:06:46.475 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:07:34.327 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735180 in firestore, but it was not found in the notified HashMap! 10:10:53.968 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 681808 in firestore, but it was not found in the notified HashMap! 10:12:30.356 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:12:44.815 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.030 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.607 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.779 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:45.784 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:49.060 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:15:13.418 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735185 in firestore, but it was not found in the notified HashMap! 10:16:43.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:16:43.202 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34702, amount=1, apiName=B menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:16:43.204 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:18:32.696 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:19:03.009 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:20:46.405 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:20:47.530 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 297321 in firestore, but it was not found in the notified HashMap! 10:21:06.596 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) 10:21:06.596 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) 10:21:06.598 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:21:06.598 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) 10:22:18.587 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 637793 in firestore, but it was not found in the notified HashMap! 10:22:29.588 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 637793 in firestore, but it was not found in the notified HashMap! 10:22:41.166 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #348623 of customer #285391, but it was not found in the persisted list 10:22:44.078 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 10:22:45.270 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:46.475 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:47.242 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:25:08.747 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735191 in firestore, but it was not found in the notified HashMap! 10:28:46.425 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:30:59.141 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:31:12.641 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 419558 in firestore, but it was not found in the notified HashMap! 10:31:36.019 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:31:36.020 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:31:36.021 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:31:57.329 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:31:57.331 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:31:57.332 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:32:45.127 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:45.353 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:32:46.553 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:32:48.354 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:32:51.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735195 in firestore, but it was not found in the notified HashMap! 10:33:29.700 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735196 in firestore, but it was not found in the notified HashMap! 10:34:46.425 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:35:56.293 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34067, amount=1, apiName=Menü húsos leves, apiNote=null, unitPrice=440.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 10:35:56.295 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:35:56.296 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:36:17.452 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735198 in firestore, but it was not found in the notified HashMap! 10:37:03.031 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:40:21.089 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 10:42:44.797 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:47.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:42:51.293 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=0) 10:42:51.295 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=1) 10:44:46.417 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:46:28.046 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 671294 in firestore, but it was not found in the notified HashMap! 10:47:47.619 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:47:47.621 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:47:47.622 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:50:49.273 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:50:49.274 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:50:49.275 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:50:53.867 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 717044 in firestore, but it was not found in the notified HashMap! 10:52:44.794 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:45.941 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.401 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:52:49.124 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 273336 in firestore, but it was not found in the notified HashMap! 10:55:03.677 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 10:56:53.815 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 682200 in firestore, but it was not found in the notified HashMap! 10:58:10.174 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735208 in firestore, but it was not found in the notified HashMap! 11:02:44.840 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.028 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:46.473 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:03:09.629 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735212 was updated with tag "upsertAddress", but firestore put was not called! 11:04:46.443 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:05:05.171 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 11:07:06.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 11:12:08.119 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 384773 in firestore, but it was not found in the notified HashMap! 11:12:44.937 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:46.231 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:48.271 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:12:48.361 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:14:26.044 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 676865 in firestore, but it was not found in the notified HashMap! 11:16:24.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 670221 in firestore, but it was not found in the notified HashMap! 11:16:36.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 670221 in firestore, but it was not found in the notified HashMap! 11:19:03.105 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 11:19:45.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735222 in firestore, but it was not found in the notified HashMap! 11:22:40.847 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #340259 of customer #299121, but it was not found in the persisted list 11:22:40.852 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #344997 of customer #288294, but it was not found in the persisted list 11:22:44.645 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:22:45.295 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:22:45.892 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:45.915 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order fa2cfb6d-7335-42ca-acb0-5fd575eaf858 to interval. Created: 2026-04-15T11:11:18 FirstItem: null Completed: 2026-04-16T11:17 LastItem: null 11:23:34.946 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735225 in firestore, but it was not found in the notified HashMap! 11:24:17.945 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:24:47.661 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735226 in firestore, but it was not found in the notified HashMap! 11:29:05.177 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 182293 in firestore, but it was not found in the notified HashMap! 11:30:56.514 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:30:56.516 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 11:30:56.518 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:32:45.161 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:45.547 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:33:02.991 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 219453 in firestore, but it was not found in the notified HashMap! 11:34:26.097 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 658521 in firestore, but it was not found in the notified HashMap! 11:36:27.805 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=BBQ szósz, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:39:55.744 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735231 in firestore, but it was not found in the notified HashMap! 11:40:50.053 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735233 was updated with tag "upsertAddress", but firestore put was not called! 11:41:21.986 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 11:42:08.734 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735235 in firestore, but it was not found in the notified HashMap! 11:42:10.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 11:46:36.602 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:52:44.854 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:44.859 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:01:38.536 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735242 was updated with tag "upsertAddress", but firestore put was not called! 12:04:17.906 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) 12:04:17.907 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=1) 12:04:17.909 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:04:17.910 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) 12:04:17.911 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 12:08:59.102 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 310613 in firestore, but it was not found in the notified HashMap! 12:12:45.169 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.171 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.506 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:13:04.570 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:18:53.569 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 671378 in firestore, but it was not found in the notified HashMap! 12:20:46.460 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:21:19.758 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 378338 in firestore, but it was not found in the notified HashMap! 12:22:44.056 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 12:22:44.790 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:47.252 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:23:03.270 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 12:24:31.385 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 731491 was updated with tag "upsertAddress", but firestore put was not called! 12:24:46.416 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:28:22.429 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735260 was updated with tag "upsertAddress", but firestore put was not called! 12:31:05.591 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 12:32:45.836 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:46.601 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:42:44.750 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:42:45.471 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:48:52.662 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 12:51:05.363 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 12:52:45.069 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.072 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.285 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:56:46.337 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:58:01.722 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730759 was updated with tag "upsertAddress", but firestore put was not called! 13:01:55.378 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:02:44.770 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:02:45.004 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:02:46.980 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:06:28.428 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:08:01.018 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735279 was updated with tag "upsertAddress", but firestore put was not called! 13:12:45.518 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:45.521 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:46.554 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:15:05.422 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 13:17:05.439 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 13:17:43.911 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735282 in firestore, but it was not found in the notified HashMap! 13:22:40.672 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #219474 of customer #279713, but it was not found in the persisted list 13:22:45.664 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:26:46.351 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:27:07.450 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 13:28:55.982 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 562454 in firestore, but it was not found in the notified HashMap! 13:29:57.318 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 385063 in firestore, but it was not found in the notified HashMap! 13:32:47.267 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 54ffc13b-21e6-47fe-b267-570d3463d619 to interval. Created: 2026-04-15T13:24:55 FirstItem: null Completed: 2026-04-16T13:27 LastItem: null 13:32:47.271 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:35:03.672 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 13:37:06.532 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 13:42:45.188 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:42:45.673 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:48:33.198 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735296 was updated with tag "upsertAddress", but firestore put was not called! 13:48:53.078 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 661442 was updated with tag "upsertAddress", but firestore put was not called! 13:49:05.412 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 13:52:44.860 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:56:46.539 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:57:23.028 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735301 in firestore, but it was not found in the notified HashMap! 13:59:06.594 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1820 tried to update address #244407 of customer #427740, but it was not found in the persisted list 14:02:21.045 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 333784 in firestore, but it was not found in the notified HashMap! 14:04:48.683 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713953 in firestore, but it was not found in the notified HashMap! 14:06:00.067 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735305 in firestore, but it was not found in the notified HashMap! 14:06:58.062 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735308 in firestore, but it was not found in the notified HashMap! 14:07:27.319 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735309 in firestore, but it was not found in the notified HashMap! 14:08:53.263 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735309 in firestore, but it was not found in the notified HashMap! 14:10:46.503 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:10:46.674 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:11:05.569 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 14:12:44.790 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:44.864 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:14:22.229 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735315 in firestore, but it was not found in the notified HashMap! 14:16:29.199 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735316 was updated with tag "upsertAddress", but firestore put was not called! 14:17:05.602 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 14:20:19.192 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 642745 in firestore, but it was not found in the notified HashMap! 14:22:44.849 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:25:06.045 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 14:27:05.512 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 14:29:11.902 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 584042 in firestore, but it was not found in the notified HashMap! 14:30:59.097 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 14:31:14.683 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735322 was updated with tag "upsertAddress", but firestore put was not called! 14:32:45.026 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:39:42.584 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735327 in firestore, but it was not found in the notified HashMap! 14:42:44.732 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:44.745 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:44.757 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:44.952 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:48:52.803 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:50:19.854 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:52:44.745 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:52:44.779 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:52:45.129 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:53:34.664 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 257143 in firestore, but it was not found in the notified HashMap! 14:54:22.393 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:54:53.192 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 14:55:23.392 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 257143 in firestore, but it was not found in the notified HashMap! 14:55:40.392 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735338 in firestore, but it was not found in the notified HashMap! 15:00:09.445 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735342 in firestore, but it was not found in the notified HashMap! 15:00:46.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:02:46.746 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:02:47.068 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 22f08aea-933c-477f-8273-fe3a3750fa84 to interval. Created: 2026-04-15T14:50:44 FirstItem: null Completed: 2026-04-16T14:57 LastItem: null 15:02:47.070 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:08:41.705 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735351 in firestore, but it was not found in the notified HashMap! 15:09:38.760 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51315, amount=1, apiName=10 db-os, apiNote=null, unitPrice=27990.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 15:09:58.133 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 727450 was updated with tag "upsertAddress", but firestore put was not called! 15:10:19.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 622495 in firestore, but it was not found in the notified HashMap! 15:11:05.479 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 256594 in firestore, but it was not found in the notified HashMap! 15:12:45.419 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:13:15.792 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735360 in firestore, but it was not found in the notified HashMap! 15:14:59.109 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 15:16:16.504 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735363 in firestore, but it was not found in the notified HashMap! 15:16:29.830 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:18:26.202 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735363 in firestore, but it was not found in the notified HashMap! 15:19:19.276 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735365 in firestore, but it was not found in the notified HashMap! 15:22:45.070 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:45.298 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:22:45.710 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:24:31.802 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735374 in firestore, but it was not found in the notified HashMap! 15:24:54.486 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735374 in firestore, but it was not found in the notified HashMap! 15:27:43.455 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 640071 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:28:19.292 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 656455 in firestore, but it was not found in the notified HashMap! 15:28:26.562 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 654052 in firestore, but it was not found in the notified HashMap! 15:28:59.040 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=24052, amount=1, apiName=Bacon, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=18.0, alreadyPrinted=false, sortingNumber=1000) 15:29:58.266 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 255972 in firestore, but it was not found in the notified HashMap! 15:30:46.527 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:32:44.671 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:45.404 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:45.407 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:34:20.856 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 258930 in firestore, but it was not found in the notified HashMap! 15:36:26.643 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735397 was updated with tag "upsertAddress", but firestore put was not called! 15:36:30.462 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:42:40.811 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #254210 of customer #278950, but it was not found in the persisted list 15:42:44.753 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:45.379 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:45.408 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:47:07.389 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 694758 in firestore, but it was not found in the notified HashMap! 15:48:35.978 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 721517 was updated with tag "upsertAddress", but firestore put was not called! 15:50:06.382 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732055 in firestore, but it was not found in the notified HashMap! 15:51:37.708 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 503962 in firestore, but it was not found in the notified HashMap! 15:52:44.653 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:44.876 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:54:35.090 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 375660 in firestore, but it was not found in the notified HashMap! 15:55:07.414 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:57:23.107 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 690432 was updated with tag "upsertAddress", but firestore put was not called! 15:59:07.500 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 641605 in firestore, but it was not found in the notified HashMap! 16:00:03.205 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:00:03.205 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:00:46.531 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:01:48.724 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735408 was updated with tag "upsertAddress", but firestore put was not called! 16:02:19.222 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 544216 in firestore, but it was not found in the notified HashMap! 16:02:19.827 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 615405 was updated with tag "upsertAddress", but firestore put was not called! 16:02:46.311 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:04:07.800 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:04:32.128 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735413 in firestore, but it was not found in the notified HashMap! 16:05:19.858 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:06:19.654 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:06:19.886 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:06:46.573 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:06:49.258 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735415 was updated with tag "upsertAddress", but firestore put was not called! 16:06:52.225 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11849, amount=1, apiName=Jalapeno, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:10:46.575 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:12:46.730 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:14:06.361 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720695 in firestore, but it was not found in the notified HashMap! 16:16:19.302 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 696638 in firestore, but it was not found in the notified HashMap! 16:16:26.260 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 639900 in firestore, but it was not found in the notified HashMap! 16:20:11.417 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735426 in firestore, but it was not found in the notified HashMap! 16:22:44.677 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:44.679 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:45.232 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.662 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:46.999 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order ab0c4229-7bcc-47a9-84f0-dd6f8eee19e7 to interval. Created: 2026-04-15T16:15:25 FirstItem: null Completed: 2026-04-16T16:17 LastItem: null 16:22:47.003 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:27:13.430 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 537756 in firestore, but it was not found in the notified HashMap! 16:27:14.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 584565 in firestore, but it was not found in the notified HashMap! 16:27:23.664 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735432 in firestore, but it was not found in the notified HashMap! 16:28:19.252 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 707107 in firestore, but it was not found in the notified HashMap! 16:30:01.752 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:32:45.454 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:32:45.570 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:35:42.318 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 667290 was updated with tag "upsertAddress", but firestore put was not called! 16:35:57.139 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735446 in firestore, but it was not found in the notified HashMap! 16:36:20.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735447 in firestore, but it was not found in the notified HashMap! 16:39:48.018 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735451 was updated with tag "upsertAddress", but firestore put was not called! 16:40:19.604 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:40:19.604 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:40:19.604 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:40:19.606 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68097, amount=1, apiName=SIÓ Vitatigris Sárga Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:40:19.607 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71091, amount=1, apiName=Kubu Áfonya 0,3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:40:19.609 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:40:19.609 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:40:19.609 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:41:05.652 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 16:42:25.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735454 in firestore, but it was not found in the notified HashMap! 16:44:17.294 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 718774 in firestore, but it was not found in the notified HashMap! 16:46:19.773 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 718774 in firestore, but it was not found in the notified HashMap! 16:46:27.555 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:46:27.787 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:46:51.156 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 457015 in firestore, but it was not found in the notified HashMap! 16:47:02.617 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 457015 in firestore, but it was not found in the notified HashMap! 16:47:43.450 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 723877 was updated with tag "upsertAddress", but firestore put was not called! 16:50:24.934 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 16:52:45.635 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:46.953 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:56.334 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 595792 was updated with tag "upsertAddress", but firestore put was not called! 16:58:19.366 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 559647 in firestore, but it was not found in the notified HashMap! 17:00:26.347 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 661987 in firestore, but it was not found in the notified HashMap! 17:02:44.874 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:02:45.346 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:03:47.852 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:04:08.810 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735479 in firestore, but it was not found in the notified HashMap! 17:04:46.597 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:06:19.691 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:07:06.032 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 17:08:38.346 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:11:26.365 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 637793 in firestore, but it was not found in the notified HashMap! 17:12:25.608 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 582361 in firestore, but it was not found in the notified HashMap! 17:12:37.512 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 582361 in firestore, but it was not found in the notified HashMap! 17:12:44.821 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:44.840 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:45.249 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:45.556 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:12:46.508 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:12:46.685 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:16:27.960 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:18:41.839 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735493 in firestore, but it was not found in the notified HashMap! 17:19:38.423 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 603317 was updated with tag "upsertAddress", but firestore put was not called! 17:20:46.452 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:21:11.544 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735496 in firestore, but it was not found in the notified HashMap! 17:21:57.973 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 390317 in firestore, but it was not found in the notified HashMap! 17:22:37.212 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 17:22:44.740 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:46.221 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:47.159 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 287ce52b-531e-4951-b476-211aa7fe5126 to interval. Created: 2026-04-15T17:07:59 FirstItem: null Completed: 2026-04-16T17:17 LastItem: null 17:22:47.163 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:23:50.669 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:26:15.825 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) 17:26:15.827 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:26:15.827 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) 17:26:15.827 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) 17:26:19.631 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:26:30.657 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:28:26.570 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 613300 was updated with tag "upsert - whitelabel", but firestore put was not called! 17:30:46.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:32:29.976 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 663205 was updated with tag "upsertAddress", but firestore put was not called! 17:32:38.517 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11861, amount=1, apiName=Sonka, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:32:45.069 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:45.419 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:45.765 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735509 in firestore, but it was not found in the notified HashMap! 17:36:40.908 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) 17:36:40.908 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=Banán, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:37:36.707 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416803 in firestore, but it was not found in the notified HashMap! 17:38:46.555 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:39:08.340 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735516 in firestore, but it was not found in the notified HashMap! 17:42:44.822 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:44:03.125 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 400589 in firestore, but it was not found in the notified HashMap! 17:45:31.852 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 17:46:31.179 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:50:02.593 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735524 in firestore, but it was not found in the notified HashMap! 17:50:21.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 17:50:46.596 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:52:26.404 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735524 in firestore, but it was not found in the notified HashMap! 17:52:52.111 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:52.116 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:53.862 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 21713e33-bc6d-418e-bd6b-ea2e43aba6c5 to interval. Created: 2026-04-15T17:43:10 FirstItem: null Completed: 2026-04-16T17:47 LastItem: null 17:52:53.867 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:55:05.764 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 17:55:40.965 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735531 was updated with tag "upsertAddress", but firestore put was not called! 18:00:24.863 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735532 was updated with tag "upsertAddress", but firestore put was not called! 18:02:00.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735536 in firestore, but it was not found in the notified HashMap! 18:02:40.589 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #142607 of customer #282281, but it was not found in the persisted list 18:02:40.596 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #308084 of customer #283144, but it was not found in the persisted list 18:02:45.042 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:45.661 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:02:45.787 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:02:46.200 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:04:27.001 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:07:52.362 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735546 was updated with tag "upsertAddress", but firestore put was not called! 18:11:18.282 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 459046 in firestore, but it was not found in the notified HashMap! 18:12:00.311 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 18:12:46.031 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:46.218 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:12:46.772 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:13:48.464 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 274828 in firestore, but it was not found in the notified HashMap! 18:16:18.722 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:16:23.017 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:20:55.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:21:29.042 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735560 in firestore, but it was not found in the notified HashMap! 18:21:44.614 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:22:44.853 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:45.405 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735562 in firestore, but it was not found in the notified HashMap! 18:22:47.029 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:23:25.171 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) 18:23:25.173 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=Pulled pork pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:23:25.173 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) 18:23:38.343 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477994 in firestore, but it was not found in the notified HashMap! 18:24:19.649 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:27:00.473 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70803, amount=1, apiName=Vegyesköret, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:32:45.344 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:34:05.395 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735574 in firestore, but it was not found in the notified HashMap! 18:35:05.111 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:38:23.644 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:39:07.022 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 182293 in firestore, but it was not found in the notified HashMap! 18:39:37.875 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 631465 was updated with tag "upsertAddress", but firestore put was not called! 18:42:45.301 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:45:05.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 416152 in firestore, but it was not found in the notified HashMap! 18:46:13.168 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:46:24.503 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735583 in firestore, but it was not found in the notified HashMap! 18:46:27.989 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:46:28.257 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:47:11.031 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:47:13.664 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:48:21.945 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:48:26.464 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735585 in firestore, but it was not found in the notified HashMap! 18:49:00.864 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735585 in firestore, but it was not found in the notified HashMap! 18:49:16.118 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:52:45.689 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:55:28.717 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 603879 was updated with tag "upsertAddress", but firestore put was not called! 18:56:31.033 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:56:31.291 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:56:31.555 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:02:45.692 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:04:46.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:06:26.643 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:10:46.613 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:12:44.940 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:12:45.277 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:19:37.706 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735606 in firestore, but it was not found in the notified HashMap! 19:32:44.766 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:32:45.020 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:36:23.181 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:42:45.535 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:46:24.807 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:52:44.716 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:52:45.153 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:52:45.153 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 752632c6-5cd3-4860-9995-beac833dd933 to interval. Created: 2026-04-15T19:41:10 FirstItem: null Completed: 2026-04-16T19:47 LastItem: null 19:52:45.155 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:56:23.697 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:56:23.917 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:56:24.161 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:56:24.400 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[3].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:02:44.692 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 20:02:45.044 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:12:45.111 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:32:44.904 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:52:44.667 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 22:12:00.573 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.nyitasIdopontja, kuldottErtek=2026-04-16T08:00:00Z, hibaKulcs=Past, hibaUzenet=A mező időpontja nem lehet múltbeli!)