03:21:20.820 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! java.lang.NullPointerException 04:30:05.260 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?]; SQL [delete from "restaurant" where "id"=?]; constraint [attachment_restaurant_restaurant_id_fkey] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:290) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at com.bda.orsys.service.user.UserServiceImpl.deleteAllUnreferencedStaff(UserServiceImpl.java:210) at com.bda.orsys.service.restaurant.RestaurantServiceImpl.deleteExpiredDeletableRestaurants(RestaurantServiceImpl.java:534) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723) at com.bda.orsys.service.restaurant.RestaurantServiceImpl$$SpringCGLIB$$0.deleteExpiredDeletableRestaurants() at com.bda.orsys.utils.ScheduledTasks.deleteExpiredRestaurants(ScheduledTasks.java:288) at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.utils.ScheduledTasks$$SpringCGLIB$$0.deleteExpiredRestaurants() at jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130) at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124) at io.micrometer.observation.Observation.observe(Observation.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124) at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:85) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?] at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:97) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:197) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.performNonBatchedMutation(AbstractMutationExecutor.java:134) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:55) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.doStaticDelete(AbstractDeleteCoordinator.java:279) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.delete(AbstractDeleteCoordinator.java:87) at org.hibernate.action.internal.EntityDeleteAction.execute(EntityDeleteAction.java:131) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:644) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:511) at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:414) at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:41) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1429) at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1415) at org.hibernate.query.sql.internal.NativeQueryImpl.prepareForExecution(NativeQueryImpl.java:666) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQuery(AbstractSelectionQuery.java:172) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQueryHandlingFetchProfiles(AbstractSelectionQuery.java:159) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:140) at org.hibernate.query.Query.getResultList(Query.java:120) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:130) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:93) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:152) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:140) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:170) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) ... 55 more Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant". at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:194) ... 88 more 06:00:22.411 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #820 has been paid, but does not have a pendingExpiry! 06:00:22.411 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #819 has been paid, but does not have a pendingExpiry! 06:00:25.365 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #941 has been paid, but does not have a pendingExpiry! 06:00:25.365 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1202 has been paid, but does not have a pendingExpiry! 06:23:00.022 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.788 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b712a638-1938-4825-94be-6d43163b165e to interval. Created: 2026-04-10T06:44:54 FirstItem: null Completed: 2026-04-11T06:47 LastItem: null 07:02:45.186 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:12:44.647 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order d75e9e16-bf23-433f-a9e9-3443fda94d3c to interval. Created: 2026-04-10T07:01:10 FirstItem: null Completed: 2026-04-11T07:07 LastItem: null 07:22:44.938 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c689c71b-30c0-4846-8ed9-d40b232166dd to interval. Created: 2026-04-10T07:09:24 FirstItem: null Completed: 2026-04-11T07:17 LastItem: null 07:22:44.938 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order a5a5b955-e0d7-418b-b4f0-1e887dbc168a to interval. Created: 2026-04-10T07:09:20 FirstItem: null Completed: 2026-04-11T07:17 LastItem: null 07:31:01.098 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732294 in firestore, but it was not found in the notified HashMap! 07:32:44.847 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 7cd3b20b-dab4-4faa-920d-1411d598d49c to interval. Created: 2026-04-10T07:24:25 FirstItem: null Completed: 2026-04-11T07:27 LastItem: null 07:49:39.916 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 07:52:45.354 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 7427c524-c56c-4de0-8cdf-dadd63b1c903 to interval. Created: 2026-04-10T07:38:08 FirstItem: null Completed: 2026-04-11T07:47 LastItem: null 07:55:31.870 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732298 in firestore, but it was not found in the notified HashMap! 07:59:44.353 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732299 in firestore, but it was not found in the notified HashMap! 08:02:45.102 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b93297a0-2f01-4379-9444-96df75039670 to interval. Created: 2026-04-10T07:54:28 FirstItem: null Completed: 2026-04-11T07:57 LastItem: null 08:09:39.703 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:22:45.337 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:22:45.376 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 08:34:45.153 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732305 in firestore, but it was not found in the notified HashMap! 08:37:47.946 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732306 in firestore, but it was not found in the notified HashMap! 08:38:14.399 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732306 in firestore, but it was not found in the notified HashMap! 08:38:26.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732307 in firestore, but it was not found in the notified HashMap! 08:38:34.231 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732305 in firestore, but it was not found in the notified HashMap! 08:40:48.370 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732309 in firestore, but it was not found in the notified HashMap! 08:43:39.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:44:35.918 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:46:31.111 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 518679 in firestore, but it was not found in the notified HashMap! 08:56:35.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 675490 in firestore, but it was not found in the notified HashMap! 08:56:36.116 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 675490 in firestore, but it was not found in the notified HashMap! 09:04:38.400 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732321 in firestore, but it was not found in the notified HashMap! 09:06:52.411 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:08:56.940 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732329 in firestore, but it was not found in the notified HashMap! 09:09:25.904 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 635358 in firestore, but it was not found in the notified HashMap! 09:09:32.837 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732330 in firestore, but it was not found in the notified HashMap! 09:09:39.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:11:13.514 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732330 in firestore, but it was not found in the notified HashMap! 09:12:21.095 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732332 was updated with tag "upsertAddress", but firestore put was not called! 09:12:45.202 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:12:46.485 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:12:52.449 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:13:53.314 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732334 was updated with tag "upsertAddress", but firestore put was not called! 09:16:35.932 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:17:13.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732330 in firestore, but it was not found in the notified HashMap! 09:17:45.068 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 292536 in firestore, but it was not found in the notified HashMap! 09:18:52.504 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:22:35.849 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:22:58.432 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:23:12.252 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732339 in firestore, but it was not found in the notified HashMap! 09:26:26.181 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 273586 in firestore, but it was not found in the notified HashMap! 09:28:35.943 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:29:04.178 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732341 was updated with tag "upsertAddress", but firestore put was not called! 09:30:35.906 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:31:15.414 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 648451 was updated with tag "upsertAddress", but firestore put was not called! 09:32:45.062 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:34:42.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 278085 in firestore, but it was not found in the notified HashMap! 09:34:56.538 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 577133 in firestore, but it was not found in the notified HashMap! 09:35:31.783 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 691536 in firestore, but it was not found in the notified HashMap! 09:36:35.961 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:38:35.939 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:39:13.534 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:40:34.747 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 689597 was updated with tag "upsertAddress", but firestore put was not called! 09:42:45.278 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:42:46.061 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:43:48.528 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732353 in firestore, but it was not found in the notified HashMap! 09:44:35.869 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:44:36.056 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:45:13.662 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 09:46:08.167 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 09:46:08.169 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) 09:46:08.170 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) 09:47:06.729 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732356 was updated with tag "upsertAddress", but firestore put was not called! 09:48:22.610 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732357 in firestore, but it was not found in the notified HashMap! 09:48:35.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:50:36.017 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:52:44.877 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:54:35.381 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11080, amount=1, apiName=Választható fokhagymás-tejfölös öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:54:35.952 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:55:03.900 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732364 in firestore, but it was not found in the notified HashMap! 09:55:41.197 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732367 in firestore, but it was not found in the notified HashMap! 09:56:05.917 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732367 in firestore, but it was not found in the notified HashMap! 09:57:31.468 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:57:31.469 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) 09:57:31.470 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) 09:58:35.969 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:59:08.379 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732374 in firestore, but it was not found in the notified HashMap! 10:01:23.057 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:01:23.058 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:01:23.060 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:01:58.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732379 in firestore, but it was not found in the notified HashMap! 10:02:45.674 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:53.014 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732380 in firestore, but it was not found in the notified HashMap! 10:05:24.763 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732387 in firestore, but it was not found in the notified HashMap! 10:05:32.349 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718103 was updated with tag "upsertAddress", but firestore put was not called! 10:05:37.426 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718103 was updated with tag "upsertAddress", but firestore put was not called! 10:05:39.682 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 10:05:58.302 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 718103 was updated with tag "upsertAddress", but firestore put was not called! 10:06:21.681 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 643013 in firestore, but it was not found in the notified HashMap! 10:06:39.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732389 in firestore, but it was not found in the notified HashMap! 10:06:52.510 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:07:55.341 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732391 in firestore, but it was not found in the notified HashMap! 10:08:58.828 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732392 in firestore, but it was not found in the notified HashMap! 10:10:00.237 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 648607 was updated with tag "upsert - whitelabel", but firestore put was not called! 10:12:37.803 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732398 in firestore, but it was not found in the notified HashMap! 10:16:08.915 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732403 in firestore, but it was not found in the notified HashMap! 10:16:26.102 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 258879 in firestore, but it was not found in the notified HashMap! 10:17:31.514 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732405 in firestore, but it was not found in the notified HashMap! 10:17:32.536 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) 10:18:52.607 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279657 in firestore, but it was not found in the notified HashMap! 10:19:33.802 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 10:21:20.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 257756 in firestore, but it was not found in the notified HashMap! 10:22:34.320 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 562182 in firestore, but it was not found in the notified HashMap! 10:22:44.964 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:45.161 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:22:47.530 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 7f80b168-4c36-4083-b277-5cc5889e8de0 to interval. Created: 2026-04-10T10:09:13 FirstItem: null Completed: 2026-04-11T10:17 LastItem: null 10:22:47.535 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:25:39.180 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 486129 in firestore, but it was not found in the notified HashMap! 10:26:26.142 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 10:27:15.547 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732415 in firestore, but it was not found in the notified HashMap! 10:27:40.470 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 683522 was updated with tag "upsertAddress", but firestore put was not called! 10:28:03.333 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732417 in firestore, but it was not found in the notified HashMap! 10:28:39.689 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #139439 of customer #288032, but it was not found in the persisted list 10:28:52.321 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 10:31:06.514 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732418 was updated with tag "upsertAddress", but firestore put was not called! 10:32:44.664 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:45.755 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:45.793 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:33:54.124 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 546925 in firestore, but it was not found in the notified HashMap! 10:35:40.131 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 505324 in firestore, but it was not found in the notified HashMap! 10:37:46.723 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732423 in firestore, but it was not found in the notified HashMap! 10:40:21.567 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732423 in firestore, but it was not found in the notified HashMap! 10:40:21.721 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732423 in firestore, but it was not found in the notified HashMap! 10:41:17.379 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 694479 in firestore, but it was not found in the notified HashMap! 10:42:44.960 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:49.181 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:44:24.450 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 700575 was updated with tag "upsertAddress", but firestore put was not called! 10:48:35.969 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:49:30.615 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732432 in firestore, but it was not found in the notified HashMap! 10:49:43.354 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 10:50:04.811 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:04.813 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:50:04.814 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:50:04.815 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34065, amount=1, apiName=Gyümölcs leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:50:04.816 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:50:04.816 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:52:35.965 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:52:46.158 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.163 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:54:11.881 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 728252 in firestore, but it was not found in the notified HashMap! 10:55:34.423 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:55:34.424 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:55:34.425 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:55:34.426 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:55:34.426 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:55:34.426 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:56:08.800 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732436 was updated with tag "upsertAddress", but firestore put was not called! 10:56:10.261 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 10:56:36.002 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 10:58:03.469 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 10:59:30.394 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:59:30.395 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:59:30.396 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:59:30.397 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:59:30.397 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:59:30.397 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:59:30.399 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:59:30.399 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34072, amount=1, apiName=Rántott sajt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:59:30.400 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:59:30.400 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:59:30.400 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34072, amount=1, apiName=Rántott sajt, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 10:59:30.400 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:59:55.373 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=10458, amount=1, apiName=Sajtos burgonyapüré, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 10:59:55.376 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=10456, amount=1, apiName=Petrezselymes burgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=1000) 10:59:55.377 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=Káposztasaláta, apiNote=null, unitPrice=1290.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:00:17.423 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 11:01:41.064 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 595477 was updated with tag "upsertAddress", but firestore put was not called! 11:02:44.846 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.060 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.078 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:02:45.084 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:05:44.242 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34066, amount=1, apiName=Menü leves, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:05:44.243 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:05:44.244 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) 11:08:39.548 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #150716 of customer #279691, but it was not found in the persisted list 11:10:04.302 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 506455 in firestore, but it was not found in the notified HashMap! 11:12:45.137 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:52.472 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:13:28.020 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732455 in firestore, but it was not found in the notified HashMap! 11:13:48.818 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732455 in firestore, but it was not found in the notified HashMap! 11:16:14.753 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732458 in firestore, but it was not found in the notified HashMap! 11:18:16.717 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732458 in firestore, but it was not found in the notified HashMap! 11:21:43.716 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:21:47.782 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:21:47.783 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:21:47.785 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:21:48.847 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 548997 in firestore, but it was not found in the notified HashMap! 11:22:44.881 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732460 in firestore, but it was not found in the notified HashMap! 11:22:46.815 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:48.859 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 93072d9a-c6e4-4a8c-a6af-9406adb72be0 to interval. Created: 2026-04-10T11:11:35 FirstItem: null Completed: 2026-04-11T11:17 LastItem: null 11:22:49.684 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:50.330 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:50.908 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:23:13.830 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) 11:23:13.830 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) 11:23:13.831 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 11:23:24.641 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:23:24.642 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) 11:23:24.643 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:23:24.644 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:23:24.644 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34074, amount=1, apiName=Roston csirkemell, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:23:24.645 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:24:44.475 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 11:27:04.890 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 679849 was updated with tag "upsert - whitelabel", but firestore put was not called! 11:29:43.563 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 11:31:37.758 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:31:37.759 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:31:37.760 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:31:37.761 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 11:31:37.761 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34078, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:31:50.674 WARN  c.b.o.s.s.StatisticsServiceImpl - Error when persisting statistics of DINE_IN order 1917943 org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: insert or update on table "order_stat_row_item" violates foreign key constraint "order_stat_row_item_order_item_id_fkey" Detail: Key (order_item_id)=(10748112) is not present in table "order_item".] [insert into "order_stat_row_item" ("grand_total","group_sku_id","item_discount","item_sku_id","item_total","menu_item_id","menu_item_group_id","order_item_id","parent_id","price_to_produce","price_to_produce_toppings_incl","quantity","root_menu_item_group_id","total_discount","unit_price") values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)]; SQL [insert into "order_stat_row_item" ("grand_total","group_sku_id","item_discount","item_sku_id","item_total","menu_item_id","menu_item_group_id","order_item_id","parent_id","price_to_produce","price_to_produce_toppings_incl","quantity","root_menu_item_group_id","total_discount","unit_price") values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)]; constraint [order_stat_row_item_order_item_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:165) 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.$Proxy277.save(Unknown Source) at com.bda.orsys.service.statistics.StatisticsServiceImpl.updateStatisticsOf(StatisticsServiceImpl.java:518) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:140) at com.bda.orsys.service.statistics.StatisticsServiceImpl.persistStatisticsOf(StatisticsServiceImpl.java:129) at jdk.internal.reflect.GeneratedMethodAccessor1486.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.service.statistics.StatisticsServiceImpl$$SpringCGLIB$$0.persistStatisticsOf() at com.bda.orsys.service.statistics.LocalStatisticsEntityListener.lambda$scheduleUpdate$0(LocalStatisticsEntityListener.java:41) 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: insert or update on table "order_stat_row_item" violates foreign key constraint "order_stat_row_item_order_item_id_fkey" Detail: Key (order_item_id)=(10748112) is not present in table "order_item".] [insert into "order_stat_row_item" ("grand_total","group_sku_id","item_discount","item_sku_id","item_total","menu_item_id","menu_item_group_id","order_item_id","parent_id","price_to_produce","price_to_produce_toppings_incl","quantity","root_menu_item_group_id","total_discount","unit_price") values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] 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.id.insert.GetGeneratedKeysDelegate.performMutation(GetGeneratedKeysDelegate.java:116) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:47) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.doStaticInserts(InsertCoordinatorStandard.java:194) at org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.coordinateInsert(InsertCoordinatorStandard.java:132) at org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.insert(InsertCoordinatorStandard.java:95) at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:85) at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:682) at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:293) at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:274) at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:324) at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:393) at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:307) at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:223) at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:136) at org.hibernate.event.internal.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:384) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:305) at org.hibernate.event.internal.DefaultMergeEventListener.merge(DefaultMergeEventListener.java:217) at org.hibernate.event.internal.DefaultMergeEventListener.doMerge(DefaultMergeEventListener.java:152) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:136) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:138) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:875) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:846) at org.hibernate.engine.spi.CascadingActions$6.cascade(CascadingActions.java:258) at org.hibernate.engine.spi.CascadingActions$6.cascade(CascadingActions.java:248) at org.hibernate.engine.internal.Cascade.cascadeToOne(Cascade.java:570) at org.hibernate.engine.internal.Cascade.cascadeAssociation(Cascade.java:492) at org.hibernate.engine.internal.Cascade.cascadeProperty(Cascade.java:253) at org.hibernate.engine.internal.Cascade.cascadeCollectionElements(Cascade.java:604) at org.hibernate.engine.internal.Cascade.cascadeCollection(Cascade.java:534) at org.hibernate.engine.internal.Cascade.cascadeAssociation(Cascade.java:495) at org.hibernate.engine.internal.Cascade.cascadeProperty(Cascade.java:253) at org.hibernate.engine.internal.Cascade.cascade(Cascade.java:192) at org.hibernate.event.internal.DefaultMergeEventListener.cascadeOnMerge(DefaultMergeEventListener.java:667) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsPersistent(DefaultMergeEventListener.java:285) at org.hibernate.event.internal.DefaultMergeEventListener.merge(DefaultMergeEventListener.java:220) at org.hibernate.event.internal.DefaultMergeEventListener.doMerge(DefaultMergeEventListener.java:152) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:121) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:89) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:854) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:840) at jdk.internal.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:320) at jdk.proxy2/jdk.proxy2.$Proxy204.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:639) at jdk.internal.reflect.GeneratedMethodAccessor84.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:277) 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.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:515) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:284) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:731) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:174) 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) ... 26 common frames omitted Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "order_stat_row_item" violates foreign key constraint "order_stat_row_item_order_item_id_fkey" Detail: Key (order_item_id)=(10748112) is not present in table "order_item". 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) ... 94 common frames omitted 11:32:44.682 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:32:44.796 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:36:35.994 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:36:36.196 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:37:54.151 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:37:54.152 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34070, amount=1, apiName=Rántott sertésborda, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 11:37:54.153 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34077, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 11:38:17.774 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732471 in firestore, but it was not found in the notified HashMap! 11:38:35.999 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:39:56.322 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 501587 in firestore, but it was not found in the notified HashMap! 11:42:43.059 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 658153 was updated with tag "upsertAddress", but firestore put was not called! 11:42:44.863 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:42:45.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:44:36.014 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:44:36.190 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:46:36.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732477 in firestore, but it was not found in the notified HashMap! 11:47:18.870 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 11:52:44.612 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:53:45.930 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 615551 was updated with tag "upsertAddress", but firestore put was not called! 11:53:51.943 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 594718 was updated with tag "upsertAddress", but firestore put was not called! 11:54:31.745 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732490 in firestore, but it was not found in the notified HashMap! 11:56:35.986 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 11:58:52.542 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:02:44.895 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.458 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:55.337 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732500 was updated with tag "upsertAddress", but firestore put was not called! 12:03:20.321 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48434, amount=1, apiName=Glutén - és laktózmentes buci, apiNote=null, unitPrice=1000.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:03:20.322 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=1) 12:04:36.026 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:06:36.073 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:06:36.672 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:06:52.416 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 12:10:04.832 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551133 in firestore, but it was not found in the notified HashMap! 12:10:27.884 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732506 in firestore, but it was not found in the notified HashMap! 12:12:44.734 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.286 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:12:45.291 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:14:26.395 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 523123 in firestore, but it was not found in the notified HashMap! 12:14:35.029 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732512 was updated with tag "upsertAddress", but firestore put was not called! 12:18:33.050 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732514 was updated with tag "upsert - whitelabel", but firestore put was not called! 12:20:14.743 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732515 in firestore, but it was not found in the notified HashMap! 12:21:25.883 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) 12:21:31.922 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) 12:22:44.593 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:44.641 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:44.645 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:22:45.906 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order bd1f2645-0e73-4262-b80d-352ed6ac56a0 to interval. Created: 2026-04-10T12:08:51 FirstItem: null Completed: 2026-04-11T12:17 LastItem: null 12:22:47.882 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:24:36.914 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732522 was updated with tag "upsertAddress", but firestore put was not called! 12:26:32.125 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48434, amount=1, apiName=Glutén - és laktózmentes buci, apiNote=null, unitPrice=1000.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:26:32.126 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=1) 12:28:08.252 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:29:10.986 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:31:54.104 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 557925 in firestore, but it was not found in the notified HashMap! 12:31:58.446 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 12:32:35.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 12:32:44.609 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:32:46.042 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:46.763 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 0cc2d04d-0e65-4169-9776-55250b851da8 to interval. Created: 2026-04-10T12:26:36 FirstItem: null Completed: 2026-04-11T12:27 LastItem: null 12:32:46.767 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:47.096 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:32:47.576 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:33:22.781 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732531 in firestore, but it was not found in the notified HashMap! 12:36:26.779 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732536 in firestore, but it was not found in the notified HashMap! 12:38:54.785 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 303336 in firestore, but it was not found in the notified HashMap! 12:39:07.153 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732539 in firestore, but it was not found in the notified HashMap! 12:41:13.422 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 12:42:46.855 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:42:47.114 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:42:47.805 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:42:51.763 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:43:51.549 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:43:51.551 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:44:17.242 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:44:23.973 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:44:23.974 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:45:02.370 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48523, amount=1, apiName=Chicken buger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:45:02.371 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48535, amount=1, apiName=Old school burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 12:45:02.372 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 12:45:02.374 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48434, amount=1, apiName=Glutén - és laktózmentes buci, apiNote=null, unitPrice=1000.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:45:02.375 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=1) 12:45:02.376 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48517, amount=1, apiName=Bacon burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:45:02.377 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 12:45:02.378 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 12:45:02.378 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:45:02.379 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48526, amount=1, apiName=Damn good burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 12:45:02.380 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 12:47:30.365 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:47:30.367 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 12:50:13.023 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732548 in firestore, but it was not found in the notified HashMap! 12:51:39.012 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 686616 in firestore, but it was not found in the notified HashMap! 12:52:44.754 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.440 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.638 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:47.383 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:53:38.123 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732549 in firestore, but it was not found in the notified HashMap! 12:56:24.371 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 516645 in firestore, but it was not found in the notified HashMap! 12:58:47.691 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732555 was updated with tag "upsertAddress", but firestore put was not called! 12:59:23.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732556 in firestore, but it was not found in the notified HashMap! 13:02:44.679 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:05.756 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732567 in firestore, but it was not found in the notified HashMap! 13:12:44.868 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:46.524 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:12:47.675 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:12:48.224 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:12:52.412 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 13:13:39.596 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 13:14:52.335 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 13:20:20.485 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48523, amount=1, apiName=Chicken buger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:20:20.488 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48535, amount=1, apiName=Old school burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 13:20:20.489 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 13:20:20.491 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48434, amount=1, apiName=Glutén - és laktózmentes buci, apiNote=null, unitPrice=1000.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:20:20.493 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=1) 13:20:20.495 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48517, amount=1, apiName=Bacon burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:20:20.496 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 13:20:20.497 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 13:20:20.498 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:20:20.499 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48526, amount=1, apiName=Damn good burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 13:20:20.500 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 13:22:08.006 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:22:08.007 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:22:20.315 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:22:20.317 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48456, amount=1, apiName=Hasábburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:22:38.458 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732576 in firestore, but it was not found in the notified HashMap! 13:22:44.843 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:44.847 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:22:46.061 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:26:32.075 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:26:35.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:29:43.718 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 13:29:50.735 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:29:50.736 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:30:36.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:30:36.252 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 13:32:45.053 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:34:19.379 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) 13:36:14.788 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 13:36:26.567 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 13:37:07.267 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732582 in firestore, but it was not found in the notified HashMap! 13:37:35.190 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 504067 in firestore, but it was not found in the notified HashMap! 13:39:53.256 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:39:53.260 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:41:03.279 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732586 in firestore, but it was not found in the notified HashMap! 13:41:51.213 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732587 in firestore, but it was not found in the notified HashMap! 13:52:44.634 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:52:47.481 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:52:54.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 610318 in firestore, but it was not found in the notified HashMap! 13:53:54.873 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:53:54.874 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48482, amount=1, apiName=Extra tej, apiNote=null, unitPrice=100.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 13:54:24.126 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628435 in firestore, but it was not found in the notified HashMap! 13:54:32.196 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732593 in firestore, but it was not found in the notified HashMap! 13:55:13.293 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 617358 in firestore, but it was not found in the notified HashMap! 13:58:34.368 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 570816 in firestore, but it was not found in the notified HashMap! 14:00:34.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732596 in firestore, but it was not found in the notified HashMap! 14:00:56.057 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732597 in firestore, but it was not found in the notified HashMap! 14:02:45.311 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:47.456 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:06:33.005 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 14:07:21.975 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 661324 was updated with tag "upsertAddress", but firestore put was not called! 14:11:13.420 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:11:33.905 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:12:36.021 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 14:12:44.610 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:12:44.706 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:14:50.615 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 256742 in firestore, but it was not found in the notified HashMap! 14:16:03.758 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732605 was updated with tag "upsertAddress", but firestore put was not called! 14:17:06.519 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732606 was updated with tag "upsertAddress", but firestore put was not called! 14:21:59.381 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732277 in firestore, but it was not found in the notified HashMap! 14:22:43.267 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:22:43.269 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:22:43.270 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:22:47.397 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:22:47.730 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:24:20.807 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:24:20.809 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:24:20.810 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:24:54.901 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732613 in firestore, but it was not found in the notified HashMap! 14:24:55.916 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:26:07.940 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51314, amount=1, apiName=5db-os, apiNote=null, unitPrice=13990.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 14:29:18.591 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11846, amount=1, apiName=Füstölt tarja, apiNote=null, unitPrice=340.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:29:18.592 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11969, amount=1, apiName=Választható - Amerikai káposztasalátával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:30:01.300 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732618 in firestore, but it was not found in the notified HashMap! 14:32:13.949 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732619 in firestore, but it was not found in the notified HashMap! 14:32:17.311 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732618 in firestore, but it was not found in the notified HashMap! 14:32:45.255 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:32:45.583 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:32:49.149 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:32:50.170 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 4858835e-e7fd-4064-ae4f-973573e6b30d to interval. Created: 2026-04-10T14:17:18 FirstItem: null Completed: 2026-04-11T14:27 LastItem: null 14:32:50.176 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:34:48.448 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732622 in firestore, but it was not found in the notified HashMap! 14:35:38.008 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 528854 in firestore, but it was not found in the notified HashMap! 14:35:52.558 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628078 in firestore, but it was not found in the notified HashMap! 14:36:19.875 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628078 in firestore, but it was not found in the notified HashMap! 14:38:07.857 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:38:07.858 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:38:40.191 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48520, amount=1, apiName=Challenger burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:38:40.192 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 14:42:44.560 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:44.574 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.401 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.403 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:47.001 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order c705d505-4b24-43c5-9e74-5062326ce76d to interval. Created: 2026-04-10T14:30:59 FirstItem: null Completed: 2026-04-11T14:37 LastItem: null 14:42:47.007 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:46:59.673 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732631 in firestore, but it was not found in the notified HashMap! 14:50:04.778 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732633 in firestore, but it was not found in the notified HashMap! 14:50:50.998 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 14:52:44.557 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:52:46.043 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:52:46.044 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 14:53:16.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732635 in firestore, but it was not found in the notified HashMap! 14:56:07.395 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:56:20.849 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732640 in firestore, but it was not found in the notified HashMap! 14:56:33.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=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 14:56:33.790 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 14:56:33.791 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) 14:56:37.114 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:58:17.735 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 14:59:07.241 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732644 in firestore, but it was not found in the notified HashMap! 15:02:13.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 277133 in firestore, but it was not found in the notified HashMap! 15:02:30.849 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:02:30.851 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:02:44.791 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:03:39.612 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732649 was updated with tag "upsertAddress", but firestore put was not called! 15:05:34.319 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732651 in firestore, but it was not found in the notified HashMap! 15:06:54.130 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 596131 in firestore, but it was not found in the notified HashMap! 15:07:15.011 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:07:24.379 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 664276 in firestore, but it was not found in the notified HashMap! 15:10:17.234 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:12:13.420 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732655 in firestore, but it was not found in the notified HashMap! 15:12:13.932 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732655 in firestore, but it was not found in the notified HashMap! 15:12:14.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732655 in firestore, but it was not found in the notified HashMap! 15:12:44.668 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:45.433 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:12:46.427 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:15:39.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732659 in firestore, but it was not found in the notified HashMap! 15:17:39.602 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 15:19:38.145 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732661 in firestore, but it was not found in the notified HashMap! 15:20:51.962 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732662 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:22:44.583 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:45.078 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:45.474 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:22:46.705 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 1f751f1f-0b87-4640-a8b2-b0645491d54f to interval. Created: 2026-04-10T15:08:31 FirstItem: null Completed: 2026-04-11T15:17 LastItem: null 15:27:30.938 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=Ketchupos-mézes pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:27:30.938 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) 15:27:39.781 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732671 in firestore, but it was not found in the notified HashMap! 15:29:14.592 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 679379 in firestore, but it was not found in the notified HashMap! 15:32:44.799 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:45.017 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:45.389 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:56.944 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:33:25.554 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732678 in firestore, but it was not found in the notified HashMap! 15:33:25.690 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) 15:33:25.691 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) 15:33:25.692 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) 15:33:25.692 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) 15:34:17.242 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:35:28.378 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:35:28.379 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:35:31.961 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732679 in firestore, but it was not found in the notified HashMap! 15:37:07.583 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48476, amount=1, apiName=Steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:37:07.585 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:37:13.502 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:37:26.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 552071 in firestore, but it was not found in the notified HashMap! 15:37:49.402 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 720660 was updated with tag "upsertAddress", but firestore put was not called! 15:38:56.219 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732685 in firestore, but it was not found in the notified HashMap! 15:39:13.416 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:39:57.254 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 725902 in firestore, but it was not found in the notified HashMap! 15:40:09.801 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48520, amount=1, apiName=Challenger burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 15:40:09.802 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 15:40:33.587 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732687 in firestore, but it was not found in the notified HashMap! 15:42:45.434 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:45.638 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:46.066 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:44:13.213 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 695477 in firestore, but it was not found in the notified HashMap! 15:44:17.266 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.266 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.266 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=69051, amount=1, apiName=Coca Cola 0,33 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.267 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.267 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Hot Cheddar Szósz 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.267 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68100, amount=1, apiName=Player Kid Játék 2, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.268 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68098, amount=1, apiName=SIÓ Vitatigris Rózsaszín Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:17.269 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71090, amount=1, apiName=Kubu Eper 0.3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:44:34.459 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628203 in firestore, but it was not found in the notified HashMap! 15:44:36.067 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:45:39.580 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 15:46:32.727 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:52:32.835 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) 15:52:45.482 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:52:46.879 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:52:47.895 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f22dacc6-f8ae-4bc8-8c03-d7e634f155c7 to interval. Created: 2026-04-10T15:42:38 FirstItem: null Completed: 2026-04-11T15:47 LastItem: null 15:52:47.899 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:53:13.437 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:53:44.720 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 425763 in firestore, but it was not found in the notified HashMap! 15:53:56.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 425763 in firestore, but it was not found in the notified HashMap! 15:54:36.132 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:56:36.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:56:52.542 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 15:58:36.121 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:58:36.330 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 15:59:57.728 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 703397 in firestore, but it was not found in the notified HashMap! 16:02:09.765 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732706 in firestore, but it was not found in the notified HashMap! 16:02:26.647 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 587134 in firestore, but it was not found in the notified HashMap! 16:02:27.943 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 587134 in firestore, but it was not found in the notified HashMap! 16:02:45.439 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.636 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.691 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:02:47.651 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:05:13.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 387788 in firestore, but it was not found in the notified HashMap! 16:12:44.709 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.059 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:45.795 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:12:48.139 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:12:57.518 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732718 in firestore, but it was not found in the notified HashMap! 16:13:24.967 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 552071 in firestore, but it was not found in the notified HashMap! 16:13:38.959 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #147302 of customer #278683, but it was not found in the persisted list 16:16:59.128 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732726 in firestore, but it was not found in the notified HashMap! 16:18:31.861 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 705925 was updated with tag "upsertAddress", but firestore put was not called! 16:18:36.205 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:20:36.086 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:26:08.891 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732732 in firestore, but it was not found in the notified HashMap! 16:26:38.728 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:26:43.941 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732735 in firestore, but it was not found in the notified HashMap! 16:27:25.024 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732736 was updated with tag "upsertAddress", but firestore put was not called! 16:29:43.474 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 16:32:06.369 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 413963 in firestore, but it was not found in the notified HashMap! 16:32:45.750 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:33:20.839 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732741 in firestore, but it was not found in the notified HashMap! 16:33:33.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732743 in firestore, but it was not found in the notified HashMap! 16:34:34.472 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732741 in firestore, but it was not found in the notified HashMap! 16:35:48.167 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 552785 in firestore, but it was not found in the notified HashMap! 16:36:41.258 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 535880 in firestore, but it was not found in the notified HashMap! 16:38:06.664 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 723678 was updated with tag "upsertAddress", but firestore put was not called! 16:39:57.133 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732750 in firestore, but it was not found in the notified HashMap! 16:40:16.971 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 381328 in firestore, but it was not found in the notified HashMap! 16:40:24.024 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 381328 in firestore, but it was not found in the notified HashMap! 16:41:49.945 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 724116 was updated with tag "upsertAddress", but firestore put was not called! 16:42:33.890 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=Hagyma, apiNote=null, unitPrice=110.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:42:33.890 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11852, amount=1, apiName=Kolbász, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:42:33.891 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11837, amount=1, apiName=Camembert sajt, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:42:33.892 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=Tojás, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:42:40.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732756 in firestore, but it was not found in the notified HashMap! 16:43:13.443 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:43:51.815 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 572296 in firestore, but it was not found in the notified HashMap! 16:44:36.147 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:46:20.842 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732757 in firestore, but it was not found in the notified HashMap! 16:47:12.213 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 634788 was updated with tag "upsertAddress", but firestore put was not called! 16:51:13.486 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 16:51:38.143 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51204, amount=1, apiName=Cipó, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 16:52:24.907 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51204, amount=1, apiName=Cipó, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 16:52:36.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 16:52:45.168 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.488 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:54:24.190 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 634655 in firestore, but it was not found in the notified HashMap! 16:55:31.486 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732763 was updated with tag "upsertAddress", but firestore put was not called! 16:56:25.244 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:58:50.086 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:58:56.919 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 412729 in firestore, but it was not found in the notified HashMap! 16:58:58.094 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 412729 in firestore, but it was not found in the notified HashMap! 17:00:22.870 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 405944 in firestore, but it was not found in the notified HashMap! 17:01:27.102 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 560692 in firestore, but it was not found in the notified HashMap! 17:02:45.077 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:02:46.785 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:02:48.313 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order b9f8c00a-d1f0-4341-8f0c-2820fcb3f935 to interval. Created: 2026-04-10T16:50:48 FirstItem: null Completed: 2026-04-11T16:57 LastItem: null 17:02:50.879 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:04:17.215 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=23108, amount=1, apiName=Pepsi 1l, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=0) 17:04:17.216 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=54541, amount=1, apiName=hasábburgonya, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 17:04:17.217 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70988, amount=1, apiName=Coleslaw, apiNote=null, unitPrice=300.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=2) 17:04:17.218 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=23108, amount=1, apiName=Pepsi 1l, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=27.0, alreadyPrinted=false, sortingNumber=0) 17:04:17.218 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=54541, amount=1, apiName=hasábburgonya, apiNote=null, unitPrice=600.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 17:04:17.218 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70988, amount=1, apiName=Coleslaw, apiNote=null, unitPrice=300.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=2) 17:05:02.548 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 695438 was updated with tag "upsertAddress", but firestore put was not called! 17:05:58.021 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732773 was updated with tag "upsertAddress", but firestore put was not called! 17:10:36.095 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:10:56.208 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732774 in firestore, but it was not found in the notified HashMap! 17:12:00.362 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 17:12:01.363 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.nyitasIdopontja, kuldottErtek=2026-04-11T10:00:00Z, hibaKulcs=Past, hibaUzenet=A mező időpontja nem lehet múltbeli!) 17:12:19.908 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732774 in firestore, but it was not found in the notified HashMap! 17:12:45.032 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:12:47.520 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732776 in firestore, but it was not found in the notified HashMap! 17:12:51.633 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:14:17.752 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 630662 was updated with tag "upsertAddress", but firestore put was not called! 17:15:36.476 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:15:36.478 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) 17:16:05.769 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:16:05.771 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) 17:17:29.673 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:17:30.382 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:17:30.384 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) 17:18:17.215 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:18:36.119 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:19:34.444 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 17:19:35.646 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:19:35.648 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) 17:19:41.693 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48441, amount=1, apiName=Hasáb kicsi, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:19:41.697 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) 17:22:36.111 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:22:45.091 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:47.683 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:24:49.456 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:25:07.698 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732788 in firestore, but it was not found in the notified HashMap! 17:26:36.165 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:26:45.023 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732791 in firestore, but it was not found in the notified HashMap! 17:27:34.732 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 17:28:36.111 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:30:48.127 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 17:31:44.227 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732797 in firestore, but it was not found in the notified HashMap! 17:32:36.012 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:32:46.442 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2bf28132-3937-4206-ac0f-1a9f2da7461c to interval. Created: 2026-04-10T17:18:46 FirstItem: null Completed: 2026-04-11T17:27 LastItem: null 17:32:46.446 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:32:47.723 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 32296423-ac6c-4062-b504-f7b016eee3b0 to interval. Created: 2026-04-10T17:21:16 FirstItem: null Completed: 2026-04-11T17:27 LastItem: null 17:32:47.727 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:32:48.207 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:37:19.312 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732808 in firestore, but it was not found in the notified HashMap! 17:38:57.423 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 729926 in firestore, but it was not found in the notified HashMap! 17:42:36.138 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:42:45.052 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:48.936 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:44:12.198 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601140 was updated with tag "upsertAddress", but firestore put was not called! 17:44:16.690 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732812 in firestore, but it was not found in the notified HashMap! 17:44:27.320 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 554541 in firestore, but it was not found in the notified HashMap! 17:44:34.580 DEBUG c.b.o.s.r.CustomerServiceImpl - User 2023 tried to update address #311793 of customer #573826, but it was not found in the persisted list 17:44:51.525 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732813 in firestore, but it was not found in the notified HashMap! 17:45:20.603 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732814 in firestore, but it was not found in the notified HashMap! 17:45:36.117 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732815 in firestore, but it was not found in the notified HashMap! 17:46:01.858 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 605856 was updated with tag "upsertAddress", but firestore put was not called! 17:46:05.254 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732817 was updated with tag "upsertAddress", but firestore put was not called! 17:47:27.142 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 540938 in firestore, but it was not found in the notified HashMap! 17:48:36.059 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:48:36.253 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:50:03.347 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=25385, amount=1, apiName=gyros hús, apiNote=null, unitPrice=650.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:50:03.351 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=38804, amount=1, apiName=Rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 17:52:13.391 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732824 was updated with tag "upsertAddress", but firestore put was not called! 17:52:41.892 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732825 in firestore, but it was not found in the notified HashMap! 17:52:45.085 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:52:46.561 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:53:10.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732826 in firestore, but it was not found in the notified HashMap! 17:55:26.519 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:56:30.351 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 17:56:36.037 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 17:59:26.175 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732833 in firestore, but it was not found in the notified HashMap! 18:00:36.208 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:01:17.855 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 18:01:31.478 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 18:02:45.364 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:02:45.454 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:02:45.756 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:03:32.377 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732839 in firestore, but it was not found in the notified HashMap! 18:04:36.063 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:07:38.257 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11029, amount=1, apiName=Kukorica 28-32cm-es pizzákra, apiNote=null, unitPrice=300.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 18:10:36.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:12:45.003 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:20:36.134 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:20:44.229 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51204, amount=1, apiName=Cipó, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:20:59.594 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:20:59.595 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51204, amount=1, apiName=Cipó, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:22:25.631 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 632592 was updated with tag "upsertAddress", but firestore put was not called! 18:22:44.680 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:44.682 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:44.978 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:45.887 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:22:45.937 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732852 in firestore, but it was not found in the notified HashMap! 18:22:47.048 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:24:36.134 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:24:48.713 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 680333 was updated with tag "upsertAddress", but firestore put was not called! 18:26:30.951 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732858 was updated with tag "upsertAddress", but firestore put was not called! 18:30:27.092 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732861 in firestore, but it was not found in the notified HashMap! 18:30:33.849 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732862 was updated with tag "upsert - whitelabel", but firestore put was not called! 18:30:34.558 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 558114 in firestore, but it was not found in the notified HashMap! 18:31:23.701 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 202939 in firestore, but it was not found in the notified HashMap! 18:32:05.204 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 650491 was updated with tag "upsertAddress", but firestore put was not called! 18:38:45.093 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 373412 in firestore, but it was not found in the notified HashMap! 18:39:34.442 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 18:42:44.786 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:45.315 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:46.032 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:42:46.035 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order a2563704-04f2-41bc-97d9-ee2c93eeeee6 to interval. Created: 2026-04-10T18:32:19 FirstItem: null Completed: 2026-04-11T18:37 LastItem: null 18:42:46.038 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:43:15.673 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51204, amount=1, apiName=Cipó, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 18:44:36.169 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 18:44:41.197 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732883 was updated with tag "upsertAddress", but firestore put was not called! 18:45:12.014 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:45:12.016 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48462, amount=1, apiName=Coleslaw (nagy), apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:46:09.385 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48460, amount=1, apiName=Édesburgonya + kicsi coleslaw, apiNote=null, unitPrice=1090.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:46:09.387 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48462, amount=1, apiName=Coleslaw (nagy), apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 18:46:32.998 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732886 in firestore, but it was not found in the notified HashMap! 18:46:47.375 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732888 in firestore, but it was not found in the notified HashMap! 18:47:46.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732888 in firestore, but it was not found in the notified HashMap! 18:50:32.019 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 18:50:50.348 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732894 was updated with tag "upsertAddress", but firestore put was not called! 18:52:44.933 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:45.090 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:45.092 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:52:45.506 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:52:46.983 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:53:07.978 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=290.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 18:53:07.980 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) 18:56:35.571 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 732896 was updated with tag "upsertAddress", but firestore put was not called! 18:57:31.535 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732898 in firestore, but it was not found in the notified HashMap! 19:02:45.902 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:04:36.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 19:09:43.334 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) 19:12:45.031 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:12:45.905 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2f8dc3cc-898c-48c6-9fc8-9b9b38136eec to interval. Created: 2026-04-10T18:59:13 FirstItem: null Completed: 2026-04-11T19:07 LastItem: null 19:12:45.908 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:15:34.510 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 19:22:00.935 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 714239 was updated with tag "upsertAddress", but firestore put was not called! 19:32:44.713 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:32:46.857 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:42:44.662 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:43:18.861 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:43:18.864 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) 19:43:18.865 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=0) 19:43:18.866 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51203, amount=1, apiName=BBQ Szósz, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:43:18.867 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) 19:43:18.868 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:43:18.869 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 19:43:18.869 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 19:43:18.870 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) 19:52:47.008 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 19:54:34.344 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:54:34.345 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) 19:54:34.347 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=0) 19:54:34.348 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51203, amount=1, apiName=BBQ Szósz, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 19:54:34.349 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) 19:54:34.349 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 19:54:34.350 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 19:54:34.351 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 19:54:34.352 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) 19:54:34.353 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) 19:56:24.871 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:02:45.562 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:02:45.941 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:05:00.351 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48458, amount=1, apiName=Steakburgonya + kicsi coleslaw, apiNote=null, unitPrice=890.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 20:05:00.353 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) 20:05:00.355 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=0) 20:05:00.356 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=51203, amount=1, apiName=BBQ Szósz, apiNote=null, unitPrice=1100.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=0) 20:05:00.358 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) 20:05:00.358 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48529, amount=1, apiName=Hagymakarikás burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 20:05:00.359 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48538, amount=1, apiName=Pulled piggy burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1) 20:05:00.360 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=48514, amount=1, apiName=A báró kedvence burger, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 20:05:00.361 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) 20:05:00.362 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) 20:12:46.457 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:13:26.516 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11976, amount=1, apiName=Vegyes köret, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 20:13:26.519 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) 20:16:25.889 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:16:26.108 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:16:26.351 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-11, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 20:22:44.577 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 20:29:33.974 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 732916 in firestore, but it was not found in the notified HashMap! 21:12:45.394 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders