00:12:44.955 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 04:30:04.290 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:09.758 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #845 has been paid, but does not have a pendingExpiry! 06:00:21.958 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #678 has been paid, but does not have a pendingExpiry! 06:00:23.462 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #747 has been paid, but does not have a pendingExpiry! 06:00:24.543 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1096 has been paid, but does not have a pendingExpiry! 06:23:00.024 ERROR c.bda.orsys.network.SlackApiCaller - 2 TRANSFER subscriptions need attention: Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 06:52:44.892 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:15:40.229 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729094 in firestore, but it was not found in the notified HashMap! 07:16:38.149 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729095 in firestore, but it was not found in the notified HashMap! 07:17:12.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729094 in firestore, but it was not found in the notified HashMap! 07:17:13.168 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729095 in firestore, but it was not found in the notified HashMap! 07:17:14.817 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729096 in firestore, but it was not found in the notified HashMap! 07:18:27.252 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729097 in firestore, but it was not found in the notified HashMap! 07:19:08.693 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729098 in firestore, but it was not found in the notified HashMap! 07:19:12.745 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729096 in firestore, but it was not found in the notified HashMap! 07:19:12.942 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 676787 in firestore, but it was not found in the notified HashMap! 07:19:13.140 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729097 in firestore, but it was not found in the notified HashMap! 07:20:02.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729099 in firestore, but it was not found in the notified HashMap! 07:21:01.904 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729100 in firestore, but it was not found in the notified HashMap! 07:21:12.734 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729098 in firestore, but it was not found in the notified HashMap! 07:21:12.952 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729099 in firestore, but it was not found in the notified HashMap! 07:23:12.769 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729100 in firestore, but it was not found in the notified HashMap! 07:40:04.727 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729102 in firestore, but it was not found in the notified HashMap! 07:41:12.748 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729102 in firestore, but it was not found in the notified HashMap! 07:52:59.995 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729105 in firestore, but it was not found in the notified HashMap! 07:54:09.830 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 690559 in firestore, but it was not found in the notified HashMap! 07:54:23.786 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 303255 in firestore, but it was not found in the notified HashMap! 07:56:00.176 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729106 in firestore, but it was not found in the notified HashMap! 08:00:55.560 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729108 in firestore, but it was not found in the notified HashMap! 08:02:45.647 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:13:47.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729109 in firestore, but it was not found in the notified HashMap! 08:14:24.527 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729109 in firestore, but it was not found in the notified HashMap! 08:23:19.474 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729111 in firestore, but it was not found in the notified HashMap! 08:24:08.033 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729112 in firestore, but it was not found in the notified HashMap! 08:26:03.655 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 308246 in firestore, but it was not found in the notified HashMap! 08:29:45.214 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 672419 in firestore, but it was not found in the notified HashMap! 08:30:26.582 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729113 in firestore, but it was not found in the notified HashMap! 08:40:47.453 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 598684 in firestore, but it was not found in the notified HashMap! 08:40:59.802 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 598684 in firestore, but it was not found in the notified HashMap! 08:45:44.491 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 641252 in firestore, but it was not found in the notified HashMap! 08:48:14.289 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 725464 in firestore, but it was not found in the notified HashMap! 09:00:30.285 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729117 in firestore, but it was not found in the notified HashMap! 09:02:46.629 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:05:47.993 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 726442 was updated with tag "upsertAddress", but firestore put was not called! 09:05:58.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 617271 in firestore, but it was not found in the notified HashMap! 09:08:14.311 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 674086 in firestore, but it was not found in the notified HashMap! 09:11:44.926 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729117 in firestore, but it was not found in the notified HashMap! 09:11:45.088 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729117 in firestore, but it was not found in the notified HashMap! 09:12:03.838 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:12:03.838 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:12:03.839 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:12:47.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729121 in firestore, but it was not found in the notified HashMap! 09:13:30.186 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729122 was updated with tag "upsertAddress", but firestore put was not called! 09:13:53.259 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 550037 in firestore, but it was not found in the notified HashMap! 09:14:50.275 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729123 in firestore, but it was not found in the notified HashMap! 09:15:29.818 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729123 in firestore, but it was not found in the notified HashMap! 09:17:37.748 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566339 in firestore, but it was not found in the notified HashMap! 09:20:25.320 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 576326 in firestore, but it was not found in the notified HashMap! 09:20:28.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 576326 in firestore, but it was not found in the notified HashMap! 09:20:46.418 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729124 in firestore, but it was not found in the notified HashMap! 09:20:47.371 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 597121 in firestore, but it was not found in the notified HashMap! 09:20:47.530 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 597121 in firestore, but it was not found in the notified HashMap! 09:20:53.754 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 09:22:45.039 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:24:58.368 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729125 in firestore, but it was not found in the notified HashMap! 09:27:18.276 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 725464 in firestore, but it was not found in the notified HashMap! 09:28:59.524 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729126 in firestore, but it was not found in the notified HashMap! 09:29:29.905 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729126 in firestore, but it was not found in the notified HashMap! 09:30:06.326 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:31:17.278 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729128 in firestore, but it was not found in the notified HashMap! 09:33:13.983 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729129 in firestore, but it was not found in the notified HashMap! 09:34:23.049 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729131 in firestore, but it was not found in the notified HashMap! 09:35:29.805 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 256594 in firestore, but it was not found in the notified HashMap! 09:36:46.649 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729133 in firestore, but it was not found in the notified HashMap! 09:37:30.993 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729134 was updated with tag "upsertAddress", but firestore put was not called! 09:37:43.081 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 721777 in firestore, but it was not found in the notified HashMap! 09:42:06.561 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729136 in firestore, but it was not found in the notified HashMap! 09:42:27.068 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729136 in firestore, but it was not found in the notified HashMap! 09:42:47.607 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b55fe0c5-6478-4a8b-b5de-57dd19fcacec to interval. Created: 2026-04-03T09:30:11 FirstItem: null Completed: 2026-04-04T09:37 LastItem: null 09:43:58.212 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729138 in firestore, but it was not found in the notified HashMap! 09:45:01.739 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:45:01.739 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) 09:46:31.933 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729140 in firestore, but it was not found in the notified HashMap! 09:47:51.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:49:35.339 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729141 in firestore, but it was not found in the notified HashMap! 09:50:41.509 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729143 in firestore, but it was not found in the notified HashMap! 09:51:30.114 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 09:52:45.721 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order fe352102-e39b-4b12-abef-a1d3d665a283 to interval. Created: 2026-04-03T09:43 FirstItem: null Completed: 2026-04-04T09:47 LastItem: null 09:52:45.725 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:52:47.475 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 3227b1f3-b5b0-4b16-aab0-771af138fd5c to interval. Created: 2026-04-03T09:38:24 FirstItem: null Completed: 2026-04-04T09:47 LastItem: null 09:52:47.478 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:53:15.757 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729144 in firestore, but it was not found in the notified HashMap! 09:57:31.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 408364 in firestore, but it was not found in the notified HashMap! 09:58:00.702 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 380398 in firestore, but it was not found in the notified HashMap! 10:02:44.853 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:46.003 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 198389a5-484b-4406-a24c-6327d8851fc4 to interval. Created: 2026-04-03T09:52:27 FirstItem: null Completed: 2026-04-04T09:57 LastItem: null 10:02:46.006 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:03:31.206 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 602612 in firestore, but it was not found in the notified HashMap! 10:11:48.591 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729159 in firestore, but it was not found in the notified HashMap! 10:12:44.963 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:12:47.210 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 446bbf72-987c-40da-b665-145d5d4968fa to interval. Created: 2026-04-03T10:05:15 FirstItem: null Completed: 2026-04-04T10:07 LastItem: null 10:12:47.214 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:12:53.776 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729161 was updated with tag "upsertAddress", but firestore put was not called! 10:12:55.605 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729162 in firestore, but it was not found in the notified HashMap! 10:14:13.450 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729164 in firestore, but it was not found in the notified HashMap! 10:14:34.886 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729165 in firestore, but it was not found in the notified HashMap! 10:15:41.610 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729166 in firestore, but it was not found in the notified HashMap! 10:22:44.884 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:44.950 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:24:14.115 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 668622 in firestore, but it was not found in the notified HashMap! 10:24:16.756 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729168 was updated with tag "upsertAddress", but firestore put was not called! 10:25:49.817 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 10:26:10.576 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 10:26:17.619 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 10:26:17.962 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 10:30:10.668 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 580104 in firestore, but it was not found in the notified HashMap! 10:30:17.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 580104 in firestore, but it was not found in the notified HashMap! 10:30:17.802 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 580104 in firestore, but it was not found in the notified HashMap! 10:31:36.076 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 654635 was updated with tag "upsertAddress", but firestore put was not called! 10:32:14.020 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729172 in firestore, but it was not found in the notified HashMap! 10:32:45.112 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:46.902 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:32:53.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729173 in firestore, but it was not found in the notified HashMap! 10:33:00.119 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729172 in firestore, but it was not found in the notified HashMap! 10:38:53.008 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70810, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=550.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:39:17.808 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729175 was updated with tag "upsertAddress", but firestore put was not called! 10:41:30.032 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 10:45:29.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 10:46:15.871 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729180 in firestore, but it was not found in the notified HashMap! 10:46:39.189 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 701065 was updated with tag "upsertAddress", but firestore put was not called! 10:52:45.030 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:45.680 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:57:42.998 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 600121 was updated with tag "upsertAddress", but firestore put was not called! 10:58:53.773 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 658700 in firestore, but it was not found in the notified HashMap! 11:01:08.989 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 592375 was updated with tag "upsertAddress", but firestore put was not called! 11:02:45.895 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:05:18.231 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:06:39.881 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 630316 in firestore, but it was not found in the notified HashMap! 11:06:48.373 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729202 in firestore, but it was not found in the notified HashMap! 11:07:21.239 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729203 in firestore, but it was not found in the notified HashMap! 11:07:58.611 DEBUG c.b.o.s.r.CustomerServiceImpl - User 417 tried to update address #37482 of customer #310797, but it was not found in the persisted list 11:10:09.008 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 284170 in firestore, but it was not found in the notified HashMap! 11:12:46.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 3651deb2-0102-4416-94eb-6696a42551b2 to interval. Created: 2026-04-03T10:57:38 FirstItem: null Completed: 2026-04-04T11:07 LastItem: null 11:12:46.148 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:14:27.683 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729204 was updated with tag "upsertAddress", but firestore put was not called! 11:17:29.833 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 11:17:45.410 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729206 was updated with tag "upsertAddress", but firestore put was not called! 11:19:02.685 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729210 in firestore, but it was not found in the notified HashMap! 11:26:30.706 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:31:35.016 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 294079 in firestore, but it was not found in the notified HashMap! 11:32:45.045 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:45.070 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:45:29.951 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 296631 in firestore, but it was not found in the notified HashMap! 11:46:28.743 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:49:07.330 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729218 in firestore, but it was not found in the notified HashMap! 11:51:42.804 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 499988 in firestore, but it was not found in the notified HashMap! 11:52:44.849 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:45.357 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:45.374 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:52:47.414 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:53:25.392 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729220 in firestore, but it was not found in the notified HashMap! 11:57:06.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729222 in firestore, but it was not found in the notified HashMap! 12:02:23.948 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 12:02:45.309 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.359 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:47.757 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:02:48.884 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:02:49.563 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:05:58.746 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 410224 in firestore, but it was not found in the notified HashMap! 12:06:31.170 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:10:49.521 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=Fokhagymás mártogatós, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:10:49.521 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=Criss Cross Fries normál (150g), apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:10:49.521 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=Fokhagymás mártogatós, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:12:45.142 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:47.759 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:12:49.050 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:22:45.038 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:45.053 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:25:25.016 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:26:24.940 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:27:54.251 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628281 in firestore, but it was not found in the notified HashMap! 12:30:24.107 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729235 in firestore, but it was not found in the notified HashMap! 12:32:44.923 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:47.492 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:48.478 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:50.608 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729237 in firestore, but it was not found in the notified HashMap! 12:36:23.165 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:42:48.205 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:46:29.444 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:47:59.836 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729240 in firestore, but it was not found in the notified HashMap! 13:02:21.484 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729245 was updated with tag "upsertAddress", but firestore put was not called! 13:06:28.564 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:12:12.303 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729248 in firestore, but it was not found in the notified HashMap! 13:13:53.863 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 482857 in firestore, but it was not found in the notified HashMap! 13:15:23.751 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 476357 in firestore, but it was not found in the notified HashMap! 13:16:24.571 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:21:44.994 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 619894 in firestore, but it was not found in the notified HashMap! 13:22:44.901 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:45.334 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:22:46.986 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:32:44.844 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:32:45.235 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:32:45.798 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:33:03.731 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729261 was updated with tag "upsertAddress", but firestore put was not called! 13:35:01.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 13:42:45.244 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:44:33.981 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729263 in firestore, but it was not found in the notified HashMap! 13:44:42.297 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729264 in firestore, but it was not found in the notified HashMap! 13:45:53.939 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729265 in firestore, but it was not found in the notified HashMap! 13:47:50.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729267 in firestore, but it was not found in the notified HashMap! 13:52:45.573 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:54:59.692 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729268 in firestore, but it was not found in the notified HashMap! 13:55:41.683 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729269 in firestore, but it was not found in the notified HashMap! 13:56:19.604 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 417128 in firestore, but it was not found in the notified HashMap! 13:59:58.701 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:02:45.241 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:45.437 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:50.083 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 88c99133-f024-4290-aae2-5a99f743a506 to interval. Created: 2026-04-03T13:59:57 FirstItem: null Completed: 2026-04-04T14:07 LastItem: null 14:12:53.462 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 95ae925f-16f2-4bf7-913a-ea9d76a0aa9e to interval. Created: 2026-04-03T13:59:22 FirstItem: null Completed: 2026-04-04T14:07 LastItem: null 14:12:53.467 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:16:32.087 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 14:18:35.176 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 14:19:02.363 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) 14:19:29.631 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) 14:21:12.634 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729276 in firestore, but it was not found in the notified HashMap! 14:21:59.369 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729277 was updated with tag "upsertAddress", but firestore put was not called! 14:31:18.109 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:31:18.109 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:31:18.109 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Coca-Cola Zero 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:32:44.926 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:32:45.597 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c69c103d-9de1-4d32-aa59-812bb72a2ef4 to interval. Created: 2026-04-03T14:24:49 FirstItem: null Completed: 2026-04-04T14:27 LastItem: null 14:32:47.236 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:32:48.034 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:32:48.034 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 88c737f9-8d2a-4647-90d0-be92ce1e4437 to interval. Created: 2026-04-03T14:24:46 FirstItem: null Completed: 2026-04-04T14:27 LastItem: null 14:32:48.040 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:33:07.721 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 722211 in firestore, but it was not found in the notified HashMap! 14:33:16.249 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:33:16.249 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:33:16.249 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Coca-Cola Zero 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:33:42.183 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 615551 was updated with tag "upsertAddress", but firestore put was not called! 14:34:36.205 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) 14:42:46.329 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:42:50.791 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:44:42.758 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:45:41.912 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) 14:46:54.465 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729287 in firestore, but it was not found in the notified HashMap! 14:47:16.301 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:47:38.887 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51198, amount=1, apiName=Parmezános grillezett spárga 2db, apiNote=null, unitPrice=700.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 14:47:38.889 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51205, amount=1, apiName=Pei Peri Mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 14:47:38.890 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51197, amount=1, apiName=Grillezett bébikukorica 4db, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 14:47:38.891 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48468, amount=1, apiName=Erdei gomba mártás, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 14:47:38.892 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48448, amount=1, apiName=Édes kicsi, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 14:50:33.860 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:51:09.143 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 642916 was updated with tag "upsertAddress", but firestore put was not called! 14:51:30.327 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:52:45.329 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:52:47.212 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:53:21.697 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 440639 in firestore, but it was not found in the notified HashMap! 14:56:30.918 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:01:57.699 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729296 was updated with tag "upsertAddress", but firestore put was not called! 15:02:31.843 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 303827 in firestore, but it was not found in the notified HashMap! 15:02:45.578 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:06:33.576 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:12:45.562 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:46.204 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9cf43970-540c-4b30-bdda-232be07e43eb to interval. Created: 2026-04-03T15:05:04 FirstItem: null Completed: 2026-04-04T15:07 LastItem: null 15:12:47.503 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:12:48.109 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:12:49.256 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:16:49.277 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48436, amount=1, apiName=Teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:18:04.392 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729299 in firestore, but it was not found in the notified HashMap! 15:18:09.415 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48436, amount=1, apiName=Teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:22:46.740 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f59cbca3-7bda-4312-9955-48734fb55f44 to interval. Created: 2026-04-03T15:12:15 FirstItem: null Completed: 2026-04-04T15:17 LastItem: null 15:22:46.743 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:25:55.221 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729304 in firestore, but it was not found in the notified HashMap! 15:30:44.278 DEBUG c.b.o.s.r.CustomerServiceImpl - User 2166 tried to update address #304697 of customer #556767, but it was not found in the persisted list 15:32:47.251 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:32:47.266 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:40:35.685 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729312 in firestore, but it was not found in the notified HashMap! 15:42:23.375 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729313 in firestore, but it was not found in the notified HashMap! 15:42:44.998 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:55.294 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48436, amount=1, apiName=Teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:44:18.521 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729315 in firestore, but it was not found in the notified HashMap! 15:52:45.111 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:45.127 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:47.637 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:52:48.166 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 240355be-1519-4fcd-b0db-e56fa30598e9 to interval. Created: 2026-04-03T15:37:22 FirstItem: null Completed: 2026-04-04T15:47 LastItem: null 15:52:48.173 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:54:32.819 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:55:23.693 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 523411 in firestore, but it was not found in the notified HashMap! 15:55:29.511 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:56:15.506 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 707907 in firestore, but it was not found in the notified HashMap! 15:57:16.324 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:59:32.916 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 16:00:12.496 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729318 was updated with tag "upsertAddress", but firestore put was not called! 16:02:45.016 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:09:58.548 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:12:35.879 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729322 in firestore, but it was not found in the notified HashMap! 16:12:45.690 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.888 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5095476a-ad2a-43ca-8542-6dfbfdcadbed to interval. Created: 2026-04-03T15:57:31 FirstItem: null Completed: 2026-04-04T16:07 LastItem: null 16:12:45.891 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:15:31.680 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 281933 in firestore, but it was not found in the notified HashMap! 16:17:56.641 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729325 in firestore, but it was not found in the notified HashMap! 16:20:19.738 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729326 in firestore, but it was not found in the notified HashMap! 16:22:44.771 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:44.809 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:44.813 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.595 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:25:05.781 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 603879 was updated with tag "upsertAddress", but firestore put was not called! 16:26:01.024 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 541503 was updated with tag "upsertAddress", but firestore put was not called! 16:26:23.265 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11831, amount=1, apiName=Ananász, apiNote=null, unitPrice=170.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:28:10.694 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729328 in firestore, but it was not found in the notified HashMap! 16:28:34.202 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 615035 was updated with tag "upsertAddress", but firestore put was not called! 16:31:58.614 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:32:15.532 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:33:16.269 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:35:36.674 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729332 in firestore, but it was not found in the notified HashMap! 16:42:45.424 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:42:47.537 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:45:34.665 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729335 was updated with tag "upsertAddress", but firestore put was not called! 16:47:02.121 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729336 in firestore, but it was not found in the notified HashMap! 16:47:29.546 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729338 in firestore, but it was not found in the notified HashMap! 16:50:46.549 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:51:56.930 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:52:45.326 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.331 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:54:12.906 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 676007 in firestore, but it was not found in the notified HashMap! 17:02:02.450 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 330004 in firestore, but it was not found in the notified HashMap! 17:02:15.496 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 675454 in firestore, but it was not found in the notified HashMap! 17:03:40.472 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729349 in firestore, but it was not found in the notified HashMap! 17:03:45.425 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729350 in firestore, but it was not found in the notified HashMap! 17:04:15.503 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724661 in firestore, but it was not found in the notified HashMap! 17:05:50.999 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729350 in firestore, but it was not found in the notified HashMap! 17:12:00.159 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 17:12:11.014 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 729353 was updated with tag "upsertAddress", but firestore put was not called! 17:12:46.367 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 03ddb897-c046-4b5d-9908-65711ccfed13 to interval. Created: 2026-04-03T17:05:11 FirstItem: null Completed: 2026-04-04T17:07 LastItem: null 17:12:46.370 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:12:47.635 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:21:26.902 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729358 in firestore, but it was not found in the notified HashMap! 17:26:28.141 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:26:28.386 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:26:54.953 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729364 in firestore, but it was not found in the notified HashMap! 17:27:23.663 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729364 in firestore, but it was not found in the notified HashMap! 17:27:33.644 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 576711 in firestore, but it was not found in the notified HashMap! 17:30:37.188 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729366 in firestore, but it was not found in the notified HashMap! 17:31:58.380 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:32:44.939 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:36:55.617 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729370 in firestore, but it was not found in the notified HashMap! 17:42:45.753 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:47.258 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:46:18.657 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 220251 in firestore, but it was not found in the notified HashMap! 17:48:07.246 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729373 in firestore, but it was not found in the notified HashMap! 17:51:08.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729376 in firestore, but it was not found in the notified HashMap! 17:51:47.137 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 658266 was updated with tag "upsertAddress", but firestore put was not called! 17:52:44.911 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:53:47.030 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11841, amount=1, apiName=Csípős paprika, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:54:01.686 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 578665 in firestore, but it was not found in the notified HashMap! 17:55:18.384 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:56:26.226 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 298108 in firestore, but it was not found in the notified HashMap! 18:02:45.681 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:03:31.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729380 in firestore, but it was not found in the notified HashMap! 18:04:47.326 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 292031 in firestore, but it was not found in the notified HashMap! 18:04:54.810 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729382 in firestore, but it was not found in the notified HashMap! 18:05:42.948 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729384 in firestore, but it was not found in the notified HashMap! 18:06:31.323 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 711539 in firestore, but it was not found in the notified HashMap! 18:11:46.402 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729389 in firestore, but it was not found in the notified HashMap! 18:12:25.023 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729390 in firestore, but it was not found in the notified HashMap! 18:12:45.429 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:12:45.963 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 6de45f01-a01c-4b4e-bf02-99358d91992c to interval. Created: 2026-04-03T18:03:30 FirstItem: null Completed: 2026-04-04T18:07 LastItem: null 18:12:45.964 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 88ff597d-e8dd-421c-ba37-248a5a6d9958 to interval. Created: 2026-04-03T17:57:56 FirstItem: null Completed: 2026-04-04T18:07 LastItem: null 18:12:45.969 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:12:46.419 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:13:51.125 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729390 in firestore, but it was not found in the notified HashMap! 18:22:47.658 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:23:50.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729400 in firestore, but it was not found in the notified HashMap! 18:27:12.823 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729401 in firestore, but it was not found in the notified HashMap! 18:32:44.995 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:32:45.840 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 79ea36e1-a842-45ee-a05a-c2d448b45403 to interval. Created: 2026-04-03T18:17:47 FirstItem: null Completed: 2026-04-04T18:27 LastItem: null 18:32:45.843 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:32:47.198 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:42:00.455 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 353628 in firestore, but it was not found in the notified HashMap! 18:42:05.838 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729409 in firestore, but it was not found in the notified HashMap! 18:42:13.092 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:42:44.825 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:44.828 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:46:35.757 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:52:47.616 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:52:50.274 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:54:12.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 700973 in firestore, but it was not found in the notified HashMap! 18:54:22.347 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 327559 in firestore, but it was not found in the notified HashMap! 18:56:20.991 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:02:44.993 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:45.170 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:02:47.480 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:06:13.663 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:06:32.659 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[3].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:06:32.888 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:06:33.114 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:06:33.343 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:12:46.629 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:13:13.066 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 19:13:13.069 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) 19:13:13.071 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) 19:13:13.071 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) 19:22:44.579 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:22:45.102 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:22:46.557 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:26:15.160 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:26:26.133 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:33:15.790 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 19:33:15.790 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 19:52:44.965 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:22:45.083 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:32:45.082 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 23:12:00.837 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-04, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)