mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
10303 lines
1.5 MiB
10303 lines
1.5 MiB
2025-10-29 12:36:08 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 81608 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 12:36:08 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 12:36:08 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 63 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:36:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 12:36:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 12:36:09 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 12:36:09 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 12:36:09 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 12:36:09 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 935 ms
|
|
2025-10-29 12:36:10 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 12:36:10 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 12:36:10 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5ffd35dd
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@311a09b2
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4cacccbf
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4cacccbf
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@301d84f6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@301d84f6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@6f80cf5
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@674ed201
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4dad2363
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@114b2414
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@57920d6c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@465d1345
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@62cf86d6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@62cf86d6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@2a6c751f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@2a6c751f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@6dd2e453
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@6dd2e453
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@433b1597
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@433b1597
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5d5cd210
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5d5cd210
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@14d18029
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6edb1e9c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@75d7297d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@75d7297d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4e20a985
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@56e8a8a0
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6071631f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@2ca132ad
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@2ca132ad
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6706da3d
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7438c3d5
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1fba3fd6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1fba3fd6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@3aab42d6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@3aab42d6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@6badb08c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@6badb08c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@6badb08c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5939f047
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5939f047
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5939f047
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@17332039
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@776e7dfb
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@71418a4a
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@71418a4a
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@67ecf7ed
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@67ecf7ed
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@67ecf7ed
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@69d021c1
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@6d5508a5
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@103bcc9f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@103bcc9f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@106802ea
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@106802ea
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@106802ea
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@785ef70f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@785ef70f
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3d8bd881
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3d8bd881
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@731ab49b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@731ab49b
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@23358740
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@23358740
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@2cdcfaa6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@2cdcfaa6
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@4ff0706c
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6968bb65
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@5a06eeef
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5a06eeef
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@2211e731
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@73e399cc
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@538905d2
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@7e8c58fd
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@11ce9319
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@780c0
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1b3bb287
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7ec5aad
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@625f5712
|
|
2025-10-29 12:36:10 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 12:36:10 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 12:36:10 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@76208b80
|
|
2025-10-29 12:36:10 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 12:36:10 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@59c00010) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@244268a8)
|
|
2025-10-29 12:36:10 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@563ab6d5) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@548f4f60)
|
|
2025-10-29 12:36:10 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:36:10 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@4fc2933e
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4fc2933e
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@5a06eeef`
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:36:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:36:10 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@328bc067] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@337fb1a5]
|
|
2025-10-29 12:36:11 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 12:36:11 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@328bc067] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5d3a147f]
|
|
2025-10-29 12:36:11 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 12:36:11 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5d3a147f] for TypeConfiguration
|
|
2025-10-29 12:36:11 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:36:12 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 12:36:12 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 12:36:12 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-name, ConsumerGroup: $Default
|
|
2025-10-29 12:36:12 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:12 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 12:36:12 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:36:12 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 12:36:12 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 12:36:12 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: 77e01650-9178-4097-bebc-7d420e1c1fd2
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 12:36:12 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 12:36:12 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 12:36:13 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 12:36:13 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 12:36:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:36:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 12:36:13 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 12:36:13 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 12:36:13 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 12:36:13 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.593 seconds (process running for 4.743)
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"9e118d3a8fe74369b8abf3805e29ecfc_G28"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_641558_1761708972593","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_641558_1761708972593","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_641558_1761708972593","entityPath":"$management"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_641558_1761708972593","entityPath":"$management","subscriberId":"un_5efdde_1761708973504"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_641558_1761708972593","entityPath":"$management","subscriberId":"un_cd15ee_1761708973506"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_641558_1761708972593","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_641558_1761708972593","entityPath":"$management"}
|
|
2025-10-29 12:36:13 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_641558_1761708972593","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:36:13 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:36:43 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:36:43 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:36:43 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_641558_1761708972593","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 12:36:43 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:36:43 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_641558_1761708972593","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_641558_1761708972593","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_641558_1761708972593","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_641558_1761708972593","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_641558_1761708972593","sessionName":"mgmt-session"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_641558_1761708972593","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_641558_1761708972593","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_641558_1761708972593","sessionName":"mgmt-session"}
|
|
2025-10-29 12:36:43 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_641558_1761708972593","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:47 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:47 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_641558_1761708972593"}
|
|
2025-10-29 12:36:47 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_641558_1761708972593","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_641558_1761708972593] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:36:47 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_641558_1761708972593","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:37:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:37:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:37:43 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:37:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:38:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:38:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:38:43 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:38:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:39:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:39:13 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:39:43 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"c6e108c1-5d74-41bb-9410-f1f7e25178ce"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:43 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:43 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:44 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:45 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:46 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:47 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:48 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:49 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:49 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:50 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:51 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:52 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:53 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:54 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:55 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:56 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:56 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:57 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:58 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:39:59 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:00 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:01 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:02 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:03 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:04 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:06 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:07 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:08 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:09 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:10 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:11 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:12 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancer already running
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:13 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:14 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:15 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:16 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:17 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:18 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:19 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:20 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:21 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:22 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:23 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-2] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:24 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:25 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:26 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:27 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:28 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:29 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:29 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:29 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:29 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:29 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:30 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:31 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:32 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:33 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:34 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:35 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:36 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:37 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 12:40:38 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:40:38 [boundedElastic-4] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5d3a147f] for TypeConfiguration
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@4ea204f5] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5d3a147f]
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 12:40:38 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 12:40:38 [boundedElastic-5] WARN c.a.m.e.c.blob.BlobCheckpointStore - {"az.sdk.message":"No metadata available for blob.","blobName":"hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/$default/ownership/0"}
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:40:38 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:45:29 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 85167 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 12:45:29 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 12:45:29 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 63 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:45:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 12:45:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 12:45:30 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 12:45:30 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 12:45:30 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 12:45:30 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 919 ms
|
|
2025-10-29 12:45:30 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 12:45:30 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 12:45:30 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5ffd35dd
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@311a09b2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@4aba7617
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4aba7617
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1f19d423
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@73958426
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@4d0b7fd5
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1ce2029b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@43090195
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7921a37d
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@6fc28e5b
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6338afe2
|
|
2025-10-29 12:45:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@68360fb9
|
|
2025-10-29 12:45:30 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 12:45:30 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 12:45:31 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@64186f60
|
|
2025-10-29 12:45:31 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@147ad4bb) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@bd703bb)
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2a9565d7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2e38d44e)
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@33bd9ac3
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@33bd9ac3
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@4aba7617`
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:45:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d15c513] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@320efff5]
|
|
2025-10-29 12:45:31 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 12:45:31 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d15c513] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@3f54fabc]
|
|
2025-10-29 12:45:31 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 12:45:32 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@3f54fabc] for TypeConfiguration
|
|
2025-10-29 12:45:32 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:45:32 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 12:45:33 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 12:45:33 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-name, ConsumerGroup: $Default
|
|
2025-10-29 12:45:33 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:45:33 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 12:45:33 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 12:45:33 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 12:45:33 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: e1df9328-eee1-479e-85ba-53518d5a4fed
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 12:45:33 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 12:45:33 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 12:45:33 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 12:45:33 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 12:45:33 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 12:45:34 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 12:45:34 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.786 seconds (process running for 4.936)
|
|
2025-10-29 12:45:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:45:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:45:35 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 12:45:35 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"938e9178a6bc4dcf999984b2f6af41b9_G1"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_0bc422_1761709533276","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management","subscriberId":"un_38668b_1761709535520"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management","subscriberId":"un_f1f7bc_1761709535522"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_0bc422_1761709533276","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management"}
|
|
2025-10-29 12:45:35 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_0bc422_1761709533276","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:45:35 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:46:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:46:05 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:46:05 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_0bc422_1761709533276","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 12:46:05 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_0bc422_1761709533276","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_0bc422_1761709533276","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_0bc422_1761709533276","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_0bc422_1761709533276","sessionName":"mgmt-session"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_0bc422_1761709533276","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_0bc422_1761709533276","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_0bc422_1761709533276","sessionName":"mgmt-session"}
|
|
2025-10-29 12:46:05 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_0bc422_1761709533276","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 12:46:05 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"0"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Initializing partition processor for partition","partitionId":"0"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Starting event processing.","partitionId":"0","eventPosition":"offset[124554067040], sequenceNumber[null], enqueuedTime[null], isInclusive[false]"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting new subscription for receive link processor","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_6808b1_1761709565567","partitionId":"0","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 12:46:05 [boundedElastic-2] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:46:05 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-2] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:46:05 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:05 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f7292861d41042e2ae95db8d926435d4_G11"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_15a179_1761709565562","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_15a179_1761709565562","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_15a179_1761709565562","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_15a179_1761709565562","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","linkName":"0_6808b1_1761709565567"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_548791_1761709565571","oldLinkName":null,"linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_548791_1761709565571","linkName":"0_6808b1_1761709565567","credits":0}
|
|
2025-10-29 12:46:06 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_15a179_1761709565562","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","linkName":"0_6808b1_1761709565567","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@49898d0e}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:46:09 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:46:09 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_0bc422_1761709533276"}
|
|
2025-10-29 12:46:09 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_0bc422_1761709533276","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_0bc422_1761709533276] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:09 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_0bc422_1761709533276","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:46:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:46:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:47:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:47:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:47:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:47:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:47:36 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 12:47:36 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 12:47:36 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 12:48:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:48:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:48:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:48:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:49:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:49:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:49:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:49:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:50:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:50:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:50:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:50:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:51:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:51:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:51:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:51:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:51:37 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 12:51:37 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 12:51:37 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 12:52:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:52:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:52:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:52:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:53:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:53:05 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:53:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:53:35 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:53:36 [reactor-executor-2] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_15a179_1761709565562","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_15a179_1761709565562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_15a179_1761709565562","linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_548791_1761709565571","linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_6808b1_1761709565567","partitionId":"0","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0]","connectionId":"MF_15a179_1761709565562","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","linkName":"0_6808b1_1761709565567"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_15a179_1761709565562","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_15a179_1761709565562","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_15a179_1761709565562","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_15a179_1761709565562","sessionName":"cbs-session"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_15a179_1761709565562","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_15a179_1761709565562","entityPath":"$cbs"}
|
|
2025-10-29 12:53:36 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_15a179_1761709565562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:40 [reactor-executor-2] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:53:40 [reactor-executor-2] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_15a179_1761709565562"}
|
|
2025-10-29 12:53:40 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_15a179_1761709565562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_15a179_1761709565562] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:40 [reactor-executor-2] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 12:53:40 [reactor-executor-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-name","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 12:53:40 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_15a179_1761709565562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-name","tryCount":0}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_6808b1_1761709565567","partitionId":"0","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:53:42 [parallel-8] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-name","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:53:42 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:42 [reactor-executor-3] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:53:42 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:53:42 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"eb218983088c41f9ab84d4135aef580a_G22"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_77aa04_1761710022574","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_77aa04_1761710022574","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs","subscriberId":"rlp_548791_1761709565571"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_77aa04_1761710022574","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","linkName":"0_6808b1_1761709565567"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_548791_1761709565571","oldLinkName":null,"linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_548791_1761709565571","linkName":"0_6808b1_1761709565567","credits":0}
|
|
2025-10-29 12:53:43 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_77aa04_1761710022574","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0","linkName":"0_6808b1_1761709565567","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@462c7d62}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:54:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:54:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:54:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:54:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:55:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:55:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:55:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:55:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:56:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:56:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:56:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:56:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:57:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:57:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:57:32 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 12:57:32 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 12:57:33 [partition-pump-0-4] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 12:57:35 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:57:35 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:58:05 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"3b70a341-b150-4816-90d6-dda2024af215"}
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 12:58:05 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Receiving completed.","linkName":"0_6808b1_1761709565567","partitionId":"0","signalType":"onComplete"}
|
|
2025-10-29 12:58:17 [partition-pump-0-4] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Closing partition processor with close reason EVENT_PROCESSOR_SHUTDOWN","partitionId":"0"}
|
|
2025-10-29 12:58:17 [partition-pump-0-4] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Closing consumer.","partitionId":"0"}
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubPartitionAsyncConsumer - {"az.sdk.message":"Closed consumer.","partitionId":"0"}
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_77aa04_1761710022574","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_77aa04_1761710022574","linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Terminal state reached. Disposing of link processor.","subscriberId":"rlp_548791_1761709565571","linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Disposing receive link.","subscriberId":"rlp_548791_1761709565571","linkName":"0_6808b1_1761709565567"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_77aa04_1761710022574","linkName":"0_6808b1_1761709565567","entityPath":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_77aa04_1761710022574","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_77aa04_1761710022574","sessionName":"cbs-session"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_77aa04_1761710022574"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_77aa04_1761710022574","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_77aa04_1761710022574","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_77aa04_1761710022574","sessionName":"hgzero-eventhub-name/ConsumerGroups/$default/Partitions/0"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_77aa04_1761710022574","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_77aa04_1761710022574","sessionName":"cbs-session"}
|
|
2025-10-29 12:58:17 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_77aa04_1761710022574","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@3f54fabc] for TypeConfiguration
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@739c2929] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@3f54fabc]
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 12:58:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 12:58:22 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 89936 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 12:58:22 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 12:58:22 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 74 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 12:58:22 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 12:58:23 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 12:58:23 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 12:58:23 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 12:58:23 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 12:58:23 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 948 ms
|
|
2025-10-29 12:58:23 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 12:58:23 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 12:58:23 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5ffd35dd
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@311a09b2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@4aba7617
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4aba7617
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1f19d423
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@73958426
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@4d0b7fd5
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1ce2029b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@43090195
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7921a37d
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@6fc28e5b
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6338afe2
|
|
2025-10-29 12:58:23 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@68360fb9
|
|
2025-10-29 12:58:23 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 12:58:23 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 12:58:24 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@64186f60
|
|
2025-10-29 12:58:24 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@147ad4bb) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@bd703bb)
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2a9565d7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2e38d44e)
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@33bd9ac3
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@33bd9ac3
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@4aba7617`
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:58:24 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d15c513] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@320efff5]
|
|
2025-10-29 12:58:24 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 12:58:24 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d15c513] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@3f54fabc]
|
|
2025-10-29 12:58:24 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 12:58:25 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@3f54fabc] for TypeConfiguration
|
|
2025-10-29 12:58:25 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:58:26 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 12:58:26 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 12:58:26 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-name, ConsumerGroup: $Default
|
|
2025-10-29 12:58:26 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:58:26 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 12:58:26 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"19e04d70-dc37-4890-b45c-60aff949a68b"}
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 12:58:26 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 12:58:26 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: d1f356ab-c1ec-4653-9c18-8461760b93ef
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 12:58:26 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 12:58:26 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 12:58:26 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 12:58:26 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 12:58:26 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 12:58:27 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 12:58:27 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 5.09 seconds (process running for 5.24)
|
|
2025-10-29 12:58:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"19e04d70-dc37-4890-b45c-60aff949a68b"}
|
|
2025-10-29 12:58:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:27 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 12:58:27 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:58:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:58:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"bcf2c64242294153a2679bc3aee26271_G26"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_93e79b_1761710306540","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management","subscriberId":"un_1e66cc_1761710308268"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management","subscriberId":"un_a18cd3_1761710308270"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_93e79b_1761710306540","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management"}
|
|
2025-10-29 12:58:28 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_93e79b_1761710306540","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:58:28 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:58:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"19e04d70-dc37-4890-b45c-60aff949a68b"}
|
|
2025-10-29 12:58:57 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:57 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_93e79b_1761710306540","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 12:58:57 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 12:58:57 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:58:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_93e79b_1761710306540","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_93e79b_1761710306540","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_93e79b_1761710306540","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_93e79b_1761710306540","sessionName":"mgmt-session"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_93e79b_1761710306540","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_93e79b_1761710306540","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_93e79b_1761710306540","sessionName":"mgmt-session"}
|
|
2025-10-29 12:58:58 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_93e79b_1761710306540","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 12:58:58 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 12:59:01 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:59:01 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_93e79b_1761710306540"}
|
|
2025-10-29 12:59:01 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_93e79b_1761710306540","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_93e79b_1761710306540] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:59:01 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_93e79b_1761710306540","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 12:59:26 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@3f54fabc] for TypeConfiguration
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@55318a66] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@3f54fabc]
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 12:59:27 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 13:04:52 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 92346 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 13:04:52 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 13:04:52 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:04:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 13:04:53 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 13:04:53 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 13:04:53 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 13:04:53 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 13:04:53 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 941 ms
|
|
2025-10-29 13:04:53 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 13:04:53 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 13:04:53 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@2c0a3826
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4af0c50
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@5ffd35dd
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5ffd35dd
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@311a09b2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4cacccbf
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@47c5cbf2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@47c5cbf2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@73958426
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@23933031
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@1ce2029b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@43090195
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@7921a37d
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@6fc28e5b
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@6338afe2
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@68360fb9
|
|
2025-10-29 13:04:53 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1c787389
|
|
2025-10-29 13:04:54 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 13:04:54 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 13:04:54 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@de40aa1
|
|
2025-10-29 13:04:54 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 13:04:54 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@bd703bb) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2a9565d7)
|
|
2025-10-29 13:04:54 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2e38d44e) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6c25123e)
|
|
2025-10-29 13:04:54 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:04:54 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7c857e8f
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7c857e8f
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@47c5cbf2`
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:04:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:04:54 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@320efff5] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@78b44fcb]
|
|
2025-10-29 13:04:55 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 13:04:55 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@320efff5] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@719e8f9f]
|
|
2025-10-29 13:04:55 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 13:04:56 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@719e8f9f] for TypeConfiguration
|
|
2025-10-29 13:04:56 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:04:56 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 13:04:56 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 13:04:56 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-name, ConsumerGroup: $Default
|
|
2025-10-29 13:04:56 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:04:56 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 13:04:56 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:04:56 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 13:04:56 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 13:04:56 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: 8d74f3f4-833e-4dc8-9ca6-cf31f24baaa6
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 13:04:56 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 13:04:56 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:04:56 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 13:04:57 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 13:04:57 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:04:57 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:04:57 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 13:04:57 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"938e9178a6bc4dcf999984b2f6af41b9_G1"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_f3f10c_1761710696729","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management","subscriberId":"un_8149ad_1761710697439"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management","subscriberId":"un_8bae92_1761710697441"}
|
|
2025-10-29 13:04:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 13:04:57 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.897 seconds (process running for 5.037)
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_f3f10c_1761710696729","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management"}
|
|
2025-10-29 13:04:57 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:04:57 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:05:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:05:27 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 13:05:27 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_f3f10c_1761710696729","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:05:27 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_f3f10c_1761710696729","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_f3f10c_1761710696729","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_f3f10c_1761710696729","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_f3f10c_1761710696729","sessionName":"mgmt-session"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_f3f10c_1761710696729","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_f3f10c_1761710696729","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_f3f10c_1761710696729","sessionName":"mgmt-session"}
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:05:27 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_f3f10c_1761710696729","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:05:31 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:05:31 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_f3f10c_1761710696729"}
|
|
2025-10-29 13:05:31 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_f3f10c_1761710696729","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_f3f10c_1761710696729] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:31 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_f3f10c_1761710696729","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:05:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:05:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:06:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:06:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:06:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:06:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:07:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:07:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:07:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:07:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:08:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:08:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:08:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 13:08:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:09:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 13:09:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:09:57 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 13:09:57 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:10:27 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"aef2a9ab-9fd7-4f58-8cfa-8fa5855cc56f"}
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 13:10:27 [boundedElastic-3] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@719e8f9f] for TypeConfiguration
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@55db6b4d] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@719e8f9f]
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 13:10:35 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 13:35:02 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 5830 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 13:35:02 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 13:35:02 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 72 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:35:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 13:35:03 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 13:35:03 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 13:35:03 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 13:35:03 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 13:35:03 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1050 ms
|
|
2025-10-29 13:35:03 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 13:35:03 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 13:35:03 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@6eded11a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@6eded11a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@6eded11a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@4b511e61
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@74a74070
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@74a74070
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@2052f095
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@2052f095
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@264576e4
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@86bf90b
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@4aba7617
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@47c5cbf2
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@1031c1a0
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@519b0f00
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4888d1ea
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@217b0952
|
|
2025-10-29 13:35:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3fd9e01c
|
|
2025-10-29 13:35:03 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 13:35:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 13:35:04 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4d66cb
|
|
2025-10-29 13:35:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 13:35:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@33e6bd36) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6e1d9b32)
|
|
2025-10-29 13:35:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2db6ba81) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@10728fe8)
|
|
2025-10-29 13:35:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:35:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@5c4516ec
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5c4516ec
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@2052f095`
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:35:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:35:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@705d72f0] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@3c4e23be]
|
|
2025-10-29 13:35:05 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 13:35:05 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@705d72f0] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@48e1e18a]
|
|
2025-10-29 13:35:05 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 13:35:05 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@48e1e18a] for TypeConfiguration
|
|
2025-10-29 13:35:05 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:35:05 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 13:35:05 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 13:35:05 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 13:35:05 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 13:35:06 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-test, ConsumerGroup: $Default
|
|
2025-10-29 13:35:06 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:06 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test"}
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 13:35:06 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 13:35:06 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 13:35:06 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: 631d95ad-ef12-49da-8d23-fc9c336a983c
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 13:35:06 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 13:35:06 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 13:35:06 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:35:06 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-test"}
|
|
2025-10-29 13:35:06 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 13:35:06 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:35:06 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 13:35:06 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:06 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:06 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:06 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 13:35:06 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 13:35:06 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"7e31c8d4222f4813b52d4636ec9caf46_G0"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test"}
|
|
2025-10-29 13:35:07 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 13:35:07 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.768 seconds (process running for 4.986)
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_3463a4_1761712506261","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management","subscriberId":"un_934a18_1761712507130"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management","subscriberId":"un_3291f4_1761712507132"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_3463a4_1761712506261","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management"}
|
|
2025-10-29 13:35:07 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_3463a4_1761712506261","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:35:07 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:35:36 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:35:36 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-test"}
|
|
2025-10-29 13:35:36 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_3463a4_1761712506261","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:35:36 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-test"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_3463a4_1761712506261","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_3463a4_1761712506261","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_3463a4_1761712506261","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_3463a4_1761712506261","sessionName":"mgmt-session"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_3463a4_1761712506261","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_3463a4_1761712506261","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_3463a4_1761712506261","sessionName":"mgmt-session"}
|
|
2025-10-29 13:35:36 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_3463a4_1761712506261","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:35:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:35:40 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:40 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_3463a4_1761712506261"}
|
|
2025-10-29 13:35:40 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_3463a4_1761712506261","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_3463a4_1761712506261] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:35:40 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_3463a4_1761712506261","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:36:06 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:36:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:36:36 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:36:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:37:06 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:37:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:37:36 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:37:36 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:38:06 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"e87fa6df-bb3f-4e22-ab37-aa9842a56016"}
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 0, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 0 partitions
|
|
2025-10-29 13:38:06 [boundedElastic-2] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@48e1e18a] for TypeConfiguration
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@2deff73e] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@48e1e18a]
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 13:38:24 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 13:38:54 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 7342 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 13:38:54 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 13:38:54 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 77 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:38:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 13:38:55 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 13:38:55 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 13:38:55 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 13:38:55 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 13:38:55 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1015 ms
|
|
2025-10-29 13:38:55 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 13:38:55 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 13:38:55 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7c5ac0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7c5ac0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6eded11a
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4b511e61
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@74a74070
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@5d8fd077
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5d8fd077
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@68f79b7c
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@37142579
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@86bf90b
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5c13af01
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@4aba7617
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@47c5cbf2
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1031c1a0
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@519b0f00
|
|
2025-10-29 13:38:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@4888d1ea
|
|
2025-10-29 13:38:55 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 13:38:55 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 13:38:56 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1820f274
|
|
2025-10-29 13:38:56 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 13:38:56 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@c49e434) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@32b1e906)
|
|
2025-10-29 13:38:56 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@33e6bd36) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6e1d9b32)
|
|
2025-10-29 13:38:56 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:38:56 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@1e18876d
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1e18876d
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@5d8fd077`
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:38:56 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:38:56 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3702d0ed] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5b7b0ada]
|
|
2025-10-29 13:38:57 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 13:38:57 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3702d0ed] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@74997ca6]
|
|
2025-10-29 13:38:57 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 13:38:57 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@74997ca6] for TypeConfiguration
|
|
2025-10-29 13:38:57 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:38:57 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 13:38:58 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 13:38:58 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-test2, ConsumerGroup: $Default
|
|
2025-10-29 13:38:58 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_043534_1761712738389"}
|
|
2025-10-29 13:38:58 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 13:38:58 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"3d514a2f-035c-4706-85f1-d806c980321d"}
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 13:38:58 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 13:38:58 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: a9dbde3f-35cd-41f0-b5ab-2ef3fcd1cc54
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 13:38:58 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 13:38:58 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 13:38:58 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 13:38:58 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 13:38:58 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 13:38:59 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 13:38:59 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 5.127 seconds (process running for 5.319)
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] WARN reactor.core.Exceptions - throwIfFatal detected a jvm fatal exception, which is thrown and logged below:
|
|
java.lang.ExceptionInInitializerError: null
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.listBlobsFlatSegment(BlobContainerAsyncClient.java:1200)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$22(BlobContainerAsyncClient.java:1157)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$23(BlobContainerAsyncClient.java:1174)
|
|
at com.azure.core.http.rest.PagedFlux.lambda$new$4(PagedFlux.java:185)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePage(ContinuablePagedFluxCore.java:288)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePages(ContinuablePagedFluxCore.java:278)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.lambda$byPage$1(ContinuablePagedFluxCore.java:258)
|
|
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
|
|
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:68)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.subscribe(ContinuablePagedFluxCore.java:242)
|
|
at com.azure.core.http.rest.PagedFluxBase.subscribe(PagedFluxBase.java:232)
|
|
at reactor.core.publisher.Flux.subscribe(Flux.java:8848)
|
|
at reactor.core.publisher.Flux.blockLast(Flux.java:2844)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stopProcessing(EventProcessorClient.java:286)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stop(EventProcessorClient.java:265)
|
|
at com.unicorn.hgzero.notification.event.processor.EventProcessorService.stop(EventProcessorService.java:65)
|
|
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:415)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:239)
|
|
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1156)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:174)
|
|
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1102)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
|
|
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
Caused by: java.lang.IllegalStateException: Shutdown in progress
|
|
at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:67)
|
|
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:250)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.registerShutdownHook(StorageImplUtils.java:489)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.getThreadPoolWithShutdownHook(StorageImplUtils.java:471)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.<clinit>(StorageImplUtils.java:98)
|
|
... 35 common frames omitted
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] WARN reactor.core.Exceptions - throwIfFatal detected a jvm fatal exception, which is thrown and logged below:
|
|
java.lang.ExceptionInInitializerError: null
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.listBlobsFlatSegment(BlobContainerAsyncClient.java:1200)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$22(BlobContainerAsyncClient.java:1157)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$23(BlobContainerAsyncClient.java:1174)
|
|
at com.azure.core.http.rest.PagedFlux.lambda$new$4(PagedFlux.java:185)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePage(ContinuablePagedFluxCore.java:288)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePages(ContinuablePagedFluxCore.java:278)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.lambda$byPage$1(ContinuablePagedFluxCore.java:258)
|
|
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
|
|
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:68)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.subscribe(ContinuablePagedFluxCore.java:242)
|
|
at com.azure.core.http.rest.PagedFluxBase.subscribe(PagedFluxBase.java:232)
|
|
at reactor.core.publisher.Flux.subscribe(Flux.java:8848)
|
|
at reactor.core.publisher.Flux.blockLast(Flux.java:2844)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stopProcessing(EventProcessorClient.java:286)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stop(EventProcessorClient.java:265)
|
|
at com.unicorn.hgzero.notification.event.processor.EventProcessorService.stop(EventProcessorService.java:65)
|
|
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:415)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:239)
|
|
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1156)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:174)
|
|
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1102)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
|
|
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
Caused by: java.lang.IllegalStateException: Shutdown in progress
|
|
at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:67)
|
|
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:250)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.registerShutdownHook(StorageImplUtils.java:489)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.getThreadPoolWithShutdownHook(StorageImplUtils.java:471)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.<clinit>(StorageImplUtils.java:98)
|
|
... 35 common frames omitted
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] WARN reactor.core.Exceptions - throwIfFatal detected a jvm fatal exception, which is thrown and logged below:
|
|
java.lang.ExceptionInInitializerError: null
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.listBlobsFlatSegment(BlobContainerAsyncClient.java:1200)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$22(BlobContainerAsyncClient.java:1157)
|
|
at com.azure.storage.blob.BlobContainerAsyncClient.lambda$listBlobsFlatWithOptionalTimeout$23(BlobContainerAsyncClient.java:1174)
|
|
at com.azure.core.http.rest.PagedFlux.lambda$new$4(PagedFlux.java:185)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePage(ContinuablePagedFluxCore.java:288)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.retrievePages(ContinuablePagedFluxCore.java:278)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.lambda$byPage$1(ContinuablePagedFluxCore.java:258)
|
|
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
|
|
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:68)
|
|
at com.azure.core.util.paging.ContinuablePagedFluxCore.subscribe(ContinuablePagedFluxCore.java:242)
|
|
at com.azure.core.http.rest.PagedFluxBase.subscribe(PagedFluxBase.java:232)
|
|
at reactor.core.publisher.Flux.subscribe(Flux.java:8848)
|
|
at reactor.core.publisher.Flux.blockLast(Flux.java:2844)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stopProcessing(EventProcessorClient.java:286)
|
|
at com.azure.messaging.eventhubs.EventProcessorClient.stop(EventProcessorClient.java:265)
|
|
at com.unicorn.hgzero.notification.event.processor.EventProcessorService.stop(EventProcessorService.java:65)
|
|
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:415)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:239)
|
|
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1202)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1195)
|
|
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1156)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:174)
|
|
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1102)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
|
|
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
Caused by: java.lang.IllegalStateException: Shutdown in progress
|
|
at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:67)
|
|
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:250)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.registerShutdownHook(StorageImplUtils.java:489)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.getThreadPoolWithShutdownHook(StorageImplUtils.java:471)
|
|
at com.azure.storage.common.implementation.StorageImplUtils.<clinit>(StorageImplUtils.java:98)
|
|
... 35 common frames omitted
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] WARN o.s.c.a.CommonAnnotationBeanPostProcessor - Destroy method on bean with name 'eventProcessorService' threw an exception: java.lang.ExceptionInInitializerError
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@74997ca6] for TypeConfiguration
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7c8b7fac] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@74997ca6]
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 13:38:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 13:39:15 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 7509 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 13:39:15 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 13:39:15 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 68 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 13:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 13:39:16 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 13:39:16 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 13:39:16 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 13:39:16 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 13:39:16 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 986 ms
|
|
2025-10-29 13:39:16 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 13:39:16 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 13:39:16 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@77a85e76
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2cebf82f
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@34fc315d
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@34f48d1
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@36a1fd20
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@45f8415b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@10dbf660
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@69ab2d6a
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@505a8582
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@57afe44b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@18887028
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@28f8ce2e
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@37142579
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@37142579
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@36330be8
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@38ba8b45
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@31dbf5bb
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1f19d423
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@73958426
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@23933031
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4d0b7fd5
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@1ce2029b
|
|
2025-10-29 13:39:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@43090195
|
|
2025-10-29 13:39:17 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 13:39:17 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 13:39:17 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7a569672
|
|
2025-10-29 13:39:17 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 13:39:17 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@ca0a21f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@768d27e8)
|
|
2025-10-29 13:39:17 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@3dc39412) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@1d432d56)
|
|
2025-10-29 13:39:17 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:39:17 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@b386a17
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@b386a17
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@37142579`
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 13:39:17 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3b3190fd] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@219dd935]
|
|
2025-10-29 13:39:18 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 13:39:18 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3b3190fd] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@42718ebf]
|
|
2025-10-29 13:39:18 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 13:39:18 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@42718ebf] for TypeConfiguration
|
|
2025-10-29 13:39:18 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:39:18 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 13:39:19 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 13:39:19 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-test2, ConsumerGroup: $Default
|
|
2025-10-29 13:39:19 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:19 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 13:39:19 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 13:39:19 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 13:39:19 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: afc844fd-8184-4c1b-8745-52f8252b7bd9
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 13:39:19 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 13:39:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:39:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:19 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 13:39:19 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:39:19 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:19 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:19 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:19 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:19 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 13:39:19 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 13:39:19 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 13:39:19 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"c8b77acbeda743169facbf726495551f_G13"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_a8f20e_1761712759425","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management","subscriberId":"un_f670af_1761712760161"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management","subscriberId":"un_7f2427_1761712760163"}
|
|
2025-10-29 13:39:20 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.672 seconds (process running for 4.835)
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_a8f20e_1761712759425","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management"}
|
|
2025-10-29 13:39:20 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is unbalanced and this event processor owns 0 partitions and should own more partitions
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - No unclaimed partitions, stealing from another event processor
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Owner owns 5 partitions, stealing a partition from it.","ownerId":"846256c0-bf8c-489d-ab18-e4723331a9f5"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"3"}
|
|
2025-10-29 13:39:20 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"3"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is unbalanced and this event processor owns 1 partitions and should own more partitions
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - No unclaimed partitions, stealing from another event processor
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Owner owns 4 partitions, stealing a partition from it.","ownerId":"846256c0-bf8c-489d-ab18-e4723331a9f5"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"4"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Initializing partition processor for partition","partitionId":"3"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Starting event processing.","partitionId":"3","eventPosition":"offset[@latest], sequenceNumber[null], enqueuedTime[null], isInclusive[false]"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting new subscription for receive link processor","subscriberId":"rlp_7305de_1761712760472"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_7305de_1761712760472"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"3_e972e9_1761712760470","partitionId":"3","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:39:20 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"4"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is unbalanced and this event processor owns 1 partitions and should own more partitions
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - No unclaimed partitions, stealing from another event processor
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Owner owns 4 partitions, stealing a partition from it.","ownerId":"846256c0-bf8c-489d-ab18-e4723331a9f5"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Initializing partition processor for partition","partitionId":"4"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Starting event processing.","partitionId":"4","eventPosition":"offset[@latest], sequenceNumber[null], enqueuedTime[null], isInclusive[false]"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting new subscription for receive link processor","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"4_3988f8_1761712760562","partitionId":"4","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:39:20 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"2"}
|
|
2025-10-29 13:39:20 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"3"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"226257c56df74cbc8f659c31f73f4812_G12"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Initializing partition processor for partition","partitionId":"2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Starting event processing.","partitionId":"2","eventPosition":"offset[@latest], sequenceNumber[null], enqueuedTime[null], isInclusive[false]"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting new subscription for receive link processor","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"2_bf4dfc_1761712760622","partitionId":"2","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_dd1d31_1761712760468","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_dd1d31_1761712760468","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs","subscriberId":"rlp_7305de_1761712760472"}
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:39:20 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"761f9de1d4ba4d3f9344a591dccc7a01_G31"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_fbf382_1761712760562","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f7292861d41042e2ae95db8d926435d4_G11"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_dd1d31_1761712760468","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3","linkName":"3_e972e9_1761712760470"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_7305de_1761712760472","oldLinkName":null,"linkName":"3_e972e9_1761712760470","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_3fce8f_1761712760621","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_fbf382_1761712760562","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_7305de_1761712760472","linkName":"3_e972e9_1761712760470","credits":0}
|
|
2025-10-29 13:39:20 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_dd1d31_1761712760468","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3","linkName":"3_e972e9_1761712760470","remoteSource":"Source{address='hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@336d4494}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_3fce8f_1761712760621","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_fbf382_1761712760562","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_3fce8f_1761712760621","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_fbf382_1761712760562","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","linkName":"4_3988f8_1761712760562"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_1dc6ed_1761712760562","oldLinkName":null,"linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_3fce8f_1761712760621","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","linkName":"2_bf4dfc_1761712760622"}
|
|
2025-10-29 13:39:20 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_ac9b2f_1761712760622","oldLinkName":null,"linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_1dc6ed_1761712760562","linkName":"4_3988f8_1761712760562","credits":0}
|
|
2025-10-29 13:39:20 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_fbf382_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","linkName":"4_3988f8_1761712760562","remoteSource":"Source{address='hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@5bb73e7e}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:21 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_ac9b2f_1761712760622","linkName":"2_bf4dfc_1761712760622","credits":0}
|
|
2025-10-29 13:39:21 [reactor-executor-4] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_3fce8f_1761712760621","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","linkName":"2_bf4dfc_1761712760622","remoteSource":"Source{address='hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@24dad391}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:39:43 [partition-pump-3-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 13:39:43 [partition-pump-3-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 13:39:43 [partition-pump-3-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 13:39:43 [partition-pump-3-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 13:39:43 [partition-pump-3-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 13:39:44 [partition-pump-3-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 13:39:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:39:49 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:49 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_a8f20e_1761712759425","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:39:49 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_a8f20e_1761712759425","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_a8f20e_1761712759425","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_a8f20e_1761712759425","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_a8f20e_1761712759425","sessionName":"mgmt-session"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_a8f20e_1761712759425","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_a8f20e_1761712759425","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_a8f20e_1761712759425","sessionName":"mgmt-session"}
|
|
2025-10-29 13:39:49 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_a8f20e_1761712759425","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:39:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:39:53 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:53 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_a8f20e_1761712759425"}
|
|
2025-10-29 13:39:53 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_a8f20e_1761712759425","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_a8f20e_1761712759425] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:39:53 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_a8f20e_1761712759425","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:40:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:40:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:40:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:40:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:41:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:41:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:41:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:41:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:42:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:42:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:42:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:42:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:43:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:43:19 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:43:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:43:49 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:44:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:44:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:44:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:44:50 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:45:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:45:20 [boundedElastic-8] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:45:21 [reactor-executor-3] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_fbf382_1761712760562","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_fbf382_1761712760562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_fbf382_1761712760562","linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_1dc6ed_1761712760562","linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"4_3988f8_1761712760562","partitionId":"4","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4]","connectionId":"MF_fbf382_1761712760562","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","linkName":"4_3988f8_1761712760562"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_fbf382_1761712760562","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_fbf382_1761712760562","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_fbf382_1761712760562","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_fbf382_1761712760562","sessionName":"cbs-session"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_fbf382_1761712760562","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_fbf382_1761712760562","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_fbf382_1761712760562","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_3fce8f_1761712760621","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_3fce8f_1761712760621","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_3fce8f_1761712760621","linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_ac9b2f_1761712760622","linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"2_bf4dfc_1761712760622","partitionId":"2","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2]","connectionId":"MF_3fce8f_1761712760621","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","linkName":"2_bf4dfc_1761712760622"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_3fce8f_1761712760621","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_3fce8f_1761712760621","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_3fce8f_1761712760621","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_3fce8f_1761712760621","sessionName":"cbs-session"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_3fce8f_1761712760621","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_3fce8f_1761712760621","entityPath":"$cbs"}
|
|
2025-10-29 13:45:21 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_3fce8f_1761712760621","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:25 [reactor-executor-3] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:45:25 [reactor-executor-3] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_fbf382_1761712760562"}
|
|
2025-10-29 13:45:25 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_fbf382_1761712760562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_fbf382_1761712760562] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:25 [reactor-executor-3] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 13:45:25 [reactor-executor-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-test2","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 13:45:25 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_fbf382_1761712760562","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:25 [reactor-executor-4] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:45:25 [reactor-executor-4] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_3fce8f_1761712760621"}
|
|
2025-10-29 13:45:25 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_3fce8f_1761712760621","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_3fce8f_1761712760621] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:25 [reactor-executor-4] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 13:45:25 [reactor-executor-4] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-test2","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 13:45:25 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_3fce8f_1761712760621","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-test2","tryCount":0}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"4_3988f8_1761712760562","partitionId":"4","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:45:26 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-test2","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:45:26 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:26 [reactor-executor-5] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:45:26 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:26 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-test2","tryCount":0}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"2_bf4dfc_1761712760622","partitionId":"2","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:45:26 [parallel-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-test2","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:45:26 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:26 [reactor-executor-6] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:45:26 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:45:26 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f7292861d41042e2ae95db8d926435d4_G11"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"761f9de1d4ba4d3f9344a591dccc7a01_G31"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_6c08aa_1761713126877","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_6c08aa_1761713126877","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs","subscriberId":"rlp_1dc6ed_1761712760562"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_1347bb_1761713126885","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_1347bb_1761713126885","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs","subscriberId":"rlp_ac9b2f_1761712760622"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_6c08aa_1761713126877","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","linkName":"4_3988f8_1761712760562"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_1dc6ed_1761712760562","oldLinkName":null,"linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_1dc6ed_1761712760562","linkName":"4_3988f8_1761712760562","credits":0}
|
|
2025-10-29 13:45:27 [reactor-executor-5] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_6c08aa_1761713126877","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4","linkName":"4_3988f8_1761712760562","remoteSource":"Source{address='hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@52c478fe}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_1347bb_1761713126885","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","linkName":"2_bf4dfc_1761712760622"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_ac9b2f_1761712760622","oldLinkName":null,"linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_ac9b2f_1761712760622","linkName":"2_bf4dfc_1761712760622","credits":0}
|
|
2025-10-29 13:45:27 [reactor-executor-6] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_1347bb_1761713126885","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2","linkName":"2_bf4dfc_1761712760622","remoteSource":"Source{address='hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@47331a2}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 13:45:49 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:45:50 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:46:19 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"0be4dabc-0080-426c-a2ae-8eea5b9db2f6"}
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 5, number of partitions 5
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 5
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 2
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 2, expected number of event processors with additional partition = 1
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 3 partitions
|
|
2025-10-29 13:46:20 [boundedElastic-5] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 중...
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Receiving completed.","linkName":"2_bf4dfc_1761712760622","partitionId":"2","signalType":"onComplete"}
|
|
2025-10-29 13:46:41 [partition-pump-2-4] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Closing partition processor with close reason EVENT_PROCESSOR_SHUTDOWN","partitionId":"2"}
|
|
2025-10-29 13:46:41 [partition-pump-2-4] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Closing consumer.","partitionId":"2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubPartitionAsyncConsumer - {"az.sdk.message":"Closed consumer.","partitionId":"2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_1347bb_1761713126885","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Receiving completed.","linkName":"3_e972e9_1761712760470","partitionId":"3","signalType":"onComplete"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubPartitionAsyncConsumer - {"az.sdk.message":"Closed consumer.","partitionId":"3"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [partition-pump-3-2] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Closing partition processor with close reason EVENT_PROCESSOR_SHUTDOWN","partitionId":"3"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_dd1d31_1761712760468","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:46:41 [partition-pump-3-2] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Closing consumer.","partitionId":"3"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Receiving completed.","linkName":"4_3988f8_1761712760562","partitionId":"4","signalType":"onComplete"}
|
|
2025-10-29 13:46:41 [partition-pump-4-3] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Closing partition processor with close reason EVENT_PROCESSOR_SHUTDOWN","partitionId":"4"}
|
|
2025-10-29 13:46:41 [partition-pump-4-3] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Closing consumer.","partitionId":"4"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.EventHubPartitionAsyncConsumer - {"az.sdk.message":"Closed consumer.","partitionId":"4"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_6c08aa_1761713126877","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-test2"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_dd1d31_1761712760468","linkName":"3_e972e9_1761712760470","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_6c08aa_1761713126877","linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Terminal state reached. Disposing of link processor.","subscriberId":"rlp_7305de_1761712760472","linkName":"3_e972e9_1761712760470","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Disposing receive link.","subscriberId":"rlp_7305de_1761712760472","linkName":"3_e972e9_1761712760470"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Terminal state reached. Disposing of link processor.","subscriberId":"rlp_1dc6ed_1761712760562","linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Disposing receive link.","subscriberId":"rlp_1dc6ed_1761712760562","linkName":"4_3988f8_1761712760562"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_dd1d31_1761712760468","linkName":"3_e972e9_1761712760470","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_6c08aa_1761713126877","linkName":"4_3988f8_1761712760562","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_1347bb_1761713126885","linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Terminal state reached. Disposing of link processor.","subscriberId":"rlp_ac9b2f_1761712760622","linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Disposing receive link.","subscriberId":"rlp_ac9b2f_1761712760622","linkName":"2_bf4dfc_1761712760622"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_1347bb_1761713126885","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_1347bb_1761713126885","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_1347bb_1761713126885","linkName":"2_bf4dfc_1761712760622","entityPath":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_1347bb_1761713126885"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_1347bb_1761713126885","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_1347bb_1761713126885","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_6c08aa_1761713126877","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_6c08aa_1761713126877","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_dd1d31_1761712760468","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_dd1d31_1761712760468","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_6c08aa_1761713126877"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_dd1d31_1761712760468"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_6c08aa_1761713126877","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_dd1d31_1761712760468","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_1347bb_1761713126885","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/2"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_1347bb_1761713126885","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_1347bb_1761713126885","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-6] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_1347bb_1761713126885","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_6c08aa_1761713126877","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/4"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_dd1d31_1761712760468","sessionName":"hgzero-eventhub-test2/ConsumerGroups/$default/Partitions/3"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_6c08aa_1761713126877","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_dd1d31_1761712760468","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_6c08aa_1761713126877","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_dd1d31_1761712760468","sessionName":"cbs-session"}
|
|
2025-10-29 13:46:41 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_6c08aa_1761713126877","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_dd1d31_1761712760468","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 종료 완료
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@42718ebf] for TypeConfiguration
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7ff8f277] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@42718ebf]
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2025-10-29 13:46:41 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2025-10-29 14:12:11 [main] INFO c.u.h.n.NotificationApplication - Starting NotificationApplication using Java 21.0.8 with PID 19943 (/Users/daewoong/home/workspace/HGZero/notification/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/notification)
|
|
2025-10-29 14:12:11 [main] DEBUG c.u.h.n.NotificationApplication - Running with Spring Boot v3.3.5, Spring v6.1.14
|
|
2025-10-29 14:12:11 [main] INFO c.u.h.n.NotificationApplication - No active profile set, falling back to 1 default profile: "default"
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 3 JPA repository interfaces.
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRecipientRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.notification.repository.NotificationSettingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
|
|
2025-10-29 14:12:11 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2025-10-29 14:12:12 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8085 (http)
|
|
2025-10-29 14:12:12 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
2025-10-29 14:12:12 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
|
|
2025-10-29 14:12:12 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2025-10-29 14:12:12 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1026 ms
|
|
2025-10-29 14:12:12 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2025-10-29 14:12:12 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
|
|
2025-10-29 14:12:12 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@22ff11ef
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7c5ac0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7c5ac0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@23d978b
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3cf70afa
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@66dd04e2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@495e8a3
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@6a7aa675
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6eded11a
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@602a3237
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4b511e61
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@74a74070
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6c6919ff
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5de335cf
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1e029a04
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@50e8ed74
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@74eab077
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3063be68
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@3a3bc0da
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2d2f09a4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@c677d7e
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@215a0264
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@45832b85
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@103478b8
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@270f7b4d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@56b704ea
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@ab4d2ba
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@39f68aec
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@65ff4b8c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@b81938d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@278cb145
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@2aa0feb2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@351c6341
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@32069394
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@70421a08
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5dba3fdc
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@bea5941
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@df6f19b
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@6d842877
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@614cbec4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3835d3fd
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2759749
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4efed0e0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4ac0ed65
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5c7c75fb
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@729d6ee2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4adcc981
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@73aae7a
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3856d0cb
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2125535d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@d190639
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5f82209e
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@515c732d
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5ae87de0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1f85904a
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@514dc5f4
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@633a11eb
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@7a247711
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4910afdf
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@764db16c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@45cb5307
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@1c8e2850
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@50ac1249
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@4bf10fe1
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@543d2ef3
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@399c408c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@99223ac
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4a5fab78
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@5d8fd077
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5d8fd077
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@68f79b7c
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@37142579
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@86bf90b
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5c13af01
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@4aba7617
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@47c5cbf2
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1031c1a0
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@519b0f00
|
|
2025-10-29 14:12:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@4888d1ea
|
|
2025-10-29 14:12:12 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2025-10-29 14:12:12 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2025-10-29 14:12:13 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1820f274
|
|
2025-10-29 14:12:13 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@c49e434) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@32b1e906)
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@33e6bd36) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6e1d9b32)
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT))
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@1e18876d
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1e18876d
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@5d8fd077`
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 14:12:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007)
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3702d0ed] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5b7b0ada]
|
|
2025-10-29 14:12:13 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2025-10-29 14:12:13 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3702d0ed] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@74997ca6]
|
|
2025-10-29 14:12:13 [main] DEBUG org.hibernate.SQL -
|
|
alter table if exists notifications
|
|
alter column message set data type TEXT
|
|
2025-10-29 14:12:14 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@74997ca6] for TypeConfiguration
|
|
2025-10-29 14:12:14 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2025-10-29 14:12:14 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
|
|
2025-10-29 14:12:14 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
|
|
2025-10-29 14:12:14 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 중 - Host: smtp.gmail.com, Port: 587
|
|
2025-10-29 14:12:14 [main] INFO c.u.h.n.config.EmailConfig - JavaMailSender 구성 완료
|
|
2025-10-29 14:12:14 [main] INFO c.u.h.n.config.RetryConfig - RetryTemplate 생성 완료 - MaxAttempts: 3, InitialInterval: 5분, MaxInterval: 30분, Multiplier: 2.0
|
|
2025-10-29 14:12:14 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 중 - Container: hgzero-checkpoints
|
|
2025-10-29 14:12:14 [main] WARN c.a.c.h.netty.implementation.Utility - The following Netty dependencies have versions that do not match the versions specified in the azure-core-http-netty pom.xml file. This may result in unexpected behavior. If your application runs without issue this message can be ignored, otherwise please update the Netty dependencies to match the versions specified in the pom.xml file. Versions found in runtime: 'io.netty:netty-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-handler-proxy' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-buffer' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-codec-http2' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-unix-common' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-epoll' version: 4.1.114.Final (expected: 4.1.101.Final),'io.netty:netty-transport-native-kqueue' version: 4.1.114.Final (expected: 4.1.101.Final)
|
|
2025-10-29 14:12:14 [main] INFO c.u.h.n.config.BlobStorageConfig - BlobContainerAsyncClient 생성 완료
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 중 - EventHub: hgzero-eventhub-name, ConsumerGroup: hgzero-eventhub-cg-notification
|
|
2025-10-29 14:12:15 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:15 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.EventHubConfig - EventProcessorClient 생성 완료
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 중...
|
|
2025-10-29 14:12:15 [main] INFO c.a.m.eventhubs.EventProcessorClient - {"az.sdk.message":"Starting a new event processor instance.","eventProcessorId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.e.p.EventProcessorService - Event Processor 시작 완료
|
|
2025-10-29 14:12:15 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2025-10-29 14:12:15 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
|
|
|
|
Using generated security password: 04834386-3788-4e49-95a7-49218c48869f
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2025-10-29 14:12:15 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
|
|
2025-10-29 14:12:15 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
|
|
2025-10-29 14:12:15 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator'
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 중...
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.SecurityConfig - CORS 설정 완료
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.SecurityConfig - SecurityFilterChain 구성 완료
|
|
2025-10-29 14:12:15 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 중...
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.config.SwaggerConfig - OpenAPI 설정 생성 완료
|
|
2025-10-29 14:12:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:12:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Getting partitions from Event Hubs service.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:15 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 14:12:15 [pool-3-thread-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:15 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:15 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:15 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:15 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 14:12:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8085 (http) with context path '/'
|
|
2025-10-29 14:12:15 [main] INFO c.u.h.n.NotificationApplication - Started NotificationApplication in 4.934 seconds (process running for 5.135)
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f89839db842a41268119819d533eb10e_G7"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_8f063d_1761714735057","sessionName":"mgmt-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management","linkName":"mgmt"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: UNINITIALIZED
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management","subscriberId":"un_34dc65_1761714736117"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management","subscriberId":"un_74c8a0_1761714736120"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_8f063d_1761714735057","linkName":"mgmt:sender","entityPath":"$management","remoteTarget":"Target{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: ACTIVE
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management"}
|
|
2025-10-29 14:12:16 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_8f063d_1761714735057","entityPath":"$management","linkName":"mgmt:receiver","remoteSource":"Source{address='$management', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 0, number of partitions 1
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 0
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Attempting to claim ownership of partition.","partitionId":"0"}
|
|
2025-10-29 14:12:16 [reactor-http-nio-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Successfully claimed ownership.","partitionId":"0"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.i.PartitionProcessor - {"az.sdk.message":"Initializing partition processor for partition","partitionId":"0"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.eventhubs.PartitionPumpManager - {"az.sdk.message":"Starting event processing.","partitionId":"0","eventPosition":"offset[@latest], sequenceNumber[null], enqueuedTime[null], isInclusive[false]"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting new subscription for receive link processor","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 14:12:16 [boundedElastic-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"5675bd0f9103429ca8a727344eb59082_G2"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_798f1c_1761714736642","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_798f1c_1761714736642","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_798f1c_1761714736642","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:12:16 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:12:17 [reactor-executor-2] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:12:17 [reactor-executor-2] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_798f1c_1761714736642","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:12:17 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_86a966_1761714736645","oldLinkName":null,"linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:12:17 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","credits":0}
|
|
2025-10-29 14:12:17 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_798f1c_1761714736642","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@71aa6f1c}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:12:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:12:45 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:45 [pool-3-thread-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_8f063d_1761714735057","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."}
|
|
2025-10-29 14:12:45 [pool-3-thread-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_8f063d_1761714735057","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteClose","connectionId":"MF_8f063d_1761714735057","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Management endpoint state: CLOSED
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.m.e.i.ManagementChannel - Complete.
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_8f063d_1761714735057","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteClose","connectionId":"MF_8f063d_1761714735057","sessionName":"mgmt-session"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteClose","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.GlobalIOHandler - {"az.sdk.message":"onTransportClosed","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"CLOSED","remoteState":"CLOSED"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_8f063d_1761714735057","linkName":"mgmt:sender","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_8f063d_1761714735057","linkName":"mgmt:receiver","entityPath":"$management"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_8f063d_1761714735057","sessionName":"mgmt-session"}
|
|
2025-10-29 14:12:45 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_8f063d_1761714735057","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:12:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:12:49 [reactor-executor-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:49 [reactor-executor-1] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_8f063d_1761714735057"}
|
|
2025-10-29 14:12:49 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_8f063d_1761714735057","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_8f063d_1761714735057] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:12:49 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_8f063d_1761714735057","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:13:01 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 14:13:01 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 14:13:01 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 14:13:01 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 14:13:01 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 14:13:01 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 14:13:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:13:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:13:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:13:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:14:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:14:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:14:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:14:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:15:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:15:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:15:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:15:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:16:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:16:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:16:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:16:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:17:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:17:15 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:17:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:17:45 [boundedElastic-4] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:18:01 [reactor-executor-2] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_798f1c_1761714736642","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_798f1c_1761714736642","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_798f1c_1761714736642","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0]","connectionId":"MF_798f1c_1761714736642","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_798f1c_1761714736642","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_798f1c_1761714736642","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_798f1c_1761714736642","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_798f1c_1761714736642","sessionName":"cbs-session"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_798f1c_1761714736642","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_798f1c_1761714736642","entityPath":"$cbs"}
|
|
2025-10-29 14:18:01 [reactor-executor-2] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_798f1c_1761714736642","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:05 [reactor-executor-2] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:18:05 [reactor-executor-2] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_798f1c_1761714736642"}
|
|
2025-10-29 14:18:05 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_798f1c_1761714736642","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_798f1c_1761714736642] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:05 [reactor-executor-2] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 14:18:05 [reactor-executor-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-name","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 14:18:05 [reactor-executor-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_798f1c_1761714736642","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-name","tryCount":0}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:18:07 [parallel-2] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-name","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"935b336afa904514a926dae4b51a14cc_G5"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_8f6c76_1761715087435","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_8f6c76_1761715087435","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_8f6c76_1761715087435","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_8f6c76_1761715087435","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_86a966_1761714736645","oldLinkName":null,"linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","credits":0}
|
|
2025-10-29 14:18:07 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_8f6c76_1761715087435","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@15d31bdc}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:18:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:18:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:18:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:18:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:19:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:19:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:19:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:19:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:20:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:20:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:20:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:20:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:21:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:21:15 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:21:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:21:45 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:22:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:22:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:22:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:22:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:23:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:23:16 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:23:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:23:46 [boundedElastic-6] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:24:08 [reactor-executor-3] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_8f6c76_1761715087435","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_8f6c76_1761715087435","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_8f6c76_1761715087435","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0]","connectionId":"MF_8f6c76_1761715087435","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_8f6c76_1761715087435","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_8f6c76_1761715087435","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_8f6c76_1761715087435","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_8f6c76_1761715087435","sessionName":"cbs-session"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_8f6c76_1761715087435","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_8f6c76_1761715087435","entityPath":"$cbs"}
|
|
2025-10-29 14:24:08 [reactor-executor-3] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_8f6c76_1761715087435","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:12 [reactor-executor-3] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:24:12 [reactor-executor-3] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_8f6c76_1761715087435"}
|
|
2025-10-29 14:24:12 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_8f6c76_1761715087435","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_8f6c76_1761715087435] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:12 [reactor-executor-3] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 14:24:12 [reactor-executor-3] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-name","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 14:24:12 [reactor-executor-3] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_8f6c76_1761715087435","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-name","tryCount":0}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:24:13 [parallel-7] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-name","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:24:13 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:13 [reactor-executor-4] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:24:13 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:24:13 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"5675bd0f9103429ca8a727344eb59082_G2"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_34600e_1761715453830","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_34600e_1761715453830","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_34600e_1761715453830","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_34600e_1761715453830","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_86a966_1761714736645","oldLinkName":null,"linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","credits":0}
|
|
2025-10-29 14:24:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_34600e_1761715453830","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@103e7fd3}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:24:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:24:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:24:45 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:24:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:25:15 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:25:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:25:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:25:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:26:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:26:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:26:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:26:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:27:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:27:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:27:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:27:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:28:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:28:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:28:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:28:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:29:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:29:16 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:29:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:29:46 [boundedElastic-10] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:30:14 [reactor-executor-4] WARN c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onTransportError","connectionId":"MF_34600e_1761715453830","errorCondition":"proton:io","errorDescription":"Connection reset","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_34600e_1761715453830","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionUnbound","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net","state":"ACTIVE","remoteState":"ACTIVE"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_34600e_1761715453830","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Receive link endpoint states are closed. Requesting another.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Requesting a new AmqpReceiveLink from upstream.","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] ERROR c.a.c.a.i.ReactorSession - {"az.sdk.message":"","exception":"Cannot create receive link from a closed session., errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0]","connectionId":"MF_34600e_1761715453830","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_34600e_1761715453830","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkFinal","connectionId":"MF_34600e_1761715453830","linkName":"cbs:sender","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkFinal","connectionId":"MF_34600e_1761715453830","linkName":"cbs:receiver","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is closed. Requesting upstream.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionFinal.","connectionId":"MF_34600e_1761715453830","sessionName":"cbs-session"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionFinal","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Closing executor.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"Sender link was never active. Closing endpoint states.","connectionId":"MF_34600e_1761715453830","linkName":"cbs","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"Receiver link was never active. Closing endpoint states","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is disposed.","connectionId":"MF_34600e_1761715453830","entityPath":"$cbs"}
|
|
2025-10-29 14:30:14 [reactor-executor-4] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalClose","connectionId":"MF_34600e_1761715453830","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:30:16 [boundedElastic-14] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:30:18 [reactor-executor-4] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Processing all pending tasks and closing old reactor.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:30:18 [reactor-executor-4] INFO c.a.c.a.i.ReactorDispatcher - {"az.sdk.message":"Reactor selectable is being disposed.","connectionId":"MF_34600e_1761715453830"}
|
|
2025-10-29 14:30:18 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_34600e_1761715453830","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"connectionId[MF_34600e_1761715453830] Reactor selectable is disposed.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:18 [reactor-executor-4] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
|
|
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
Caused by: com.azure.core.amqp.exception.AmqpException: Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]
|
|
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:363)
|
|
at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:259)
|
|
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191)
|
|
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
|
|
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
|
|
at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
|
|
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
|
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
|
2025-10-29 14:30:18 [reactor-executor-4] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Transient error occurred. Retrying.","exception":"Connection reset, errorContext[NAMESPACE: hgzero-eventhub-ns.servicebus.windows.net. ERROR CONTEXT: N/A]","entityPath":"hgzero-eventhub-name","tryCount":0,"intervalMs":1800}
|
|
2025-10-29 14:30:18 [reactor-executor-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"onConnectionShutdown. Shutting down.","connectionId":"MF_34600e_1761715453830","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Finished processing pending tasks.","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Requesting from upstream.","entityPath":"hgzero-eventhub-name","tryCount":0}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Connection not requested, yet. Requesting one.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_a8a303_1761715820202"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.EventHubConsumerAsyncClient - {"az.sdk.message":"Creating receive consumer for partition.","linkName":"0_732b10_1761714736644","partitionId":"0","connectionId":"MF_a8a303_1761715820202"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_a8a303_1761715820202","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_a8a303_1761715820202"}
|
|
2025-10-29 14:30:20 [parallel-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Next AMQP channel received.","entityPath":"hgzero-eventhub-name","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_a8a303_1761715820202","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_a8a303_1761715820202"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_a8a303_1761715820202","hostName":"hgzero-eventhub-ns.servicebus.windows.net"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_a8a303_1761715820202","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_a8a303_1761715820202","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"d53272bb43f64b2fa45064bd0f468c61_G4"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_a8a303_1761715820202","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_a8a303_1761715820202"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_a8a303_1761715820202","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_a8a303_1761715820202","entityPath":"$cbs","linkName":"cbs"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_a8a303_1761715820202","entityPath":"$cbs"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_a8a303_1761715820202","entityPath":"$cbs","subscriberId":"rlp_86a966_1761714736645"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_a8a303_1761715820202","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_a8a303_1761715820202","entityPath":"$cbs"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.h.ReceiveLinkHandler2 - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_a8a303_1761715820202","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new receiver link.","connectionId":"MF_a8a303_1761715820202","sessionName":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Setting next AMQP receive link.","subscriberId":"rlp_86a966_1761714736645","oldLinkName":null,"linkName":"0_732b10_1761714736644","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.m.e.i.AmqpReceiveLinkProcessor - {"az.sdk.message":"Link is active.","subscriberId":"rlp_86a966_1761714736645","linkName":"0_732b10_1761714736644","credits":0}
|
|
2025-10-29 14:30:20 [reactor-executor-5] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_a8a303_1761715820202","entityPath":"hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0","linkName":"0_732b10_1761714736644","remoteSource":"Source{address='hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter={apache.org:selector-filter:string=org.apache.qpid.proton.codec.DecoderImpl$UnknownDescribedType@4e251a6d}, defaultOutcome=null, outcomes=null, capabilities=null}"}
|
|
2025-10-29 14:30:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:30:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:31:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:31:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:31:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:31:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:32:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:32:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:32:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:32:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:33:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:33:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:33:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:33:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:34:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:34:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:34:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:34:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:35:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:35:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:35:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:35:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:36:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:36:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:36:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:36:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:37:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:37:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:37:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:37:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:38:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:38:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:38:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:38:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:39:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:39:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:39:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:39:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:40:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:40:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:40:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:40:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:41:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:41:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:41:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:41:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:42:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:42:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:42:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:42:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:43:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:43:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:43:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:43:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:44:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:44:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:44:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:44:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:45:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:45:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:45:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:45:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:46:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:46:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:46:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:46:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:47:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:47:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:47:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:47:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:48:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:48:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:48:19 [parallel-8] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Refreshing token.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 14:48:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:48:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:49:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:49:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:49:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:49:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:50:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:50:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:50:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:50:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:51:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:51:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:51:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:51:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:52:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:52:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:52:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:52:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:53:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:53:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:53:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:53:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:54:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:54:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:54:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:54:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:55:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:55:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:55:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:55:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:56:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:56:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:56:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:56:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:57:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:57:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:57:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:57:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:58:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:58:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:58:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:58:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5f4f9f73 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@303b421a (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6539de08 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@46ae61db (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@417bc01c (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: 9b0f9bae-fb77-4091-9427-19ea0108e75b
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: 9b0f9bae-fb77-4091-9427-19ea0108e75b, Type: MEETING_INVITATION
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 14:59:04 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: du0928@gmail.com
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: du0928@gmail.com
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 14:59:04 [email-async-1] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: du0928@gmail.com, Subject: 회의 초대
|
|
2025-10-29 14:59:04 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 14:59:04 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: ed3cc3d4-8182-4d58-a72a-2b48da20ad86
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: ed3cc3d4-8182-4d58-a72a-2b48da20ad86, Type: MEETING_INVITATION
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 14:59:05 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 14:59:05 [email-async-2] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: daewoong.jeon@kt.com, Subject: 회의 초대
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 14:59:05 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 14:59:05 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 14:59:09 [email-async-1] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: du0928@gmail.com
|
|
2025-10-29 14:59:10 [email-async-2] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: daewoong.jeon@kt.com
|
|
2025-10-29 14:59:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:59:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 14:59:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 14:59:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 14:59:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 14:59:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 14:59:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:00:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:00:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:00:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:00:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:01:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:01:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:01:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:01:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:02:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:02:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:02:21 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:02:21 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:02:21 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:02:21 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:02:21 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:02:21 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:02:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:02:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:03:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:03:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:03:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:03:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:04:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:04:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:04:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:04:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:05:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:05:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:05:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:05:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:06:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:06:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:06:18 [parallel-3] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Refreshing token.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 15:06:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:06:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:07:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:07:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:07:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:07:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:08:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:08:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:08:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:08:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:09:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:09:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:09:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:09:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:10:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:10:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:10:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:10:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:11:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:11:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:11:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:11:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:12:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:12:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:12:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:12:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:13:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:13:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:13:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:13:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:14:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:14:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:14:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:14:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:15:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:15:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:15:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:15:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:16:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:16:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:16:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:16:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:17:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:17:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:17:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:17:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@58234a (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4adf956f (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@30989e54 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@399b7541 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3ec484b2 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: 18e79d1d-f73b-4134-a6c2-8acd42bbb812
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: 18e79d1d-f73b-4134-a6c2-8acd42bbb812, Type: MEETING_INVITATION
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 15:18:15 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: du0928@gmail.com
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: du0928@gmail.com
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 15:18:15 [email-async-3] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: du0928@gmail.com, Subject: 회의 초대
|
|
2025-10-29 15:18:15 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:18:15 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: 8130b2e3-37c2-451f-a70e-56633c4820e9
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: 8130b2e3-37c2-451f-a70e-56633c4820e9, Type: MEETING_INVITATION
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 15:18:16 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:18:16 [email-async-4] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: daewoong.jeon@kt.com, Subject: 회의 초대
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:18:16 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 15:18:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:18:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:18:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:18:20 [email-async-3] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: du0928@gmail.com
|
|
2025-10-29 15:18:20 [email-async-4] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: daewoong.jeon@kt.com
|
|
2025-10-29 15:18:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 15:18:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 15:18:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:18:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:18:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:19:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:19:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:19:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:19:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:20:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:20:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:20:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:20:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:20:59 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:20:59 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:20:59 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:20:59 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:20:59 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:20:59 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:21:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:21:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:21:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:21:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:22:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:22:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:22:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:22:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:23:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:23:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:23:30 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 15:23:30 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 15:23:30 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: 50fe3d54-ed12-4ecb-aa92-4084795d7bfe
|
|
2025-10-29 15:23:30 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: 50fe3d54-ed12-4ecb-aa92-4084795d7bfe, Type: MEETING_INVITATION
|
|
2025-10-29 15:23:30 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 15:23:30 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: du0928@gmail.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: du0928@gmail.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: du0928@gmail.com, Channel: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: du0928@gmail.com
|
|
2025-10-29 15:23:31 [email-async-5] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: du0928@gmail.com, Subject: 회의 초대
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: notification, EventType: NOTIFICATION_REQUEST
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 시작 - Type: MEETING_INVITATION, EventId: null
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - EventId가 없어 생성함 - EventId: 86aaa563-4835-4cb1-841b-7330b758a38e
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 시작 - EventId: 86aaa563-4835-4cb1-841b-7330b758a38e, Type: MEETING_INVITATION
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
n1_0.notification_id
|
|
from
|
|
notifications n1_0
|
|
where
|
|
n1_0.event_id=?
|
|
fetch
|
|
first ? rows only
|
|
2025-10-29 15:23:31 [partition-pump-0-2] WARN c.u.h.n.service.NotificationService - 알 수 없는 채널: null - EMAIL로 기본 설정
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 단일 수신자 처리 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* <criteria> */ select
|
|
ns1_0.user_id,
|
|
ns1_0.created_at,
|
|
ns1_0.dnd_enabled,
|
|
ns1_0.dnd_end_time,
|
|
ns1_0.dnd_start_time,
|
|
ns1_0.email_enabled,
|
|
ns1_0.invitation_enabled,
|
|
ns1_0.meeting_reminder_enabled,
|
|
ns1_0.minutes_updated_enabled,
|
|
ns1_0.push_enabled,
|
|
ns1_0.sms_enabled,
|
|
ns1_0.todo_assigned_enabled,
|
|
ns1_0.todo_completed_enabled,
|
|
ns1_0.todo_reminder_enabled,
|
|
ns1_0.updated_at
|
|
from
|
|
notification_settings ns1_0
|
|
where
|
|
ns1_0.user_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 라우팅 시작 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 사용자 설정 없음 - 요청 채널 사용: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 선택된 채널: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 시도 #1 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.EmailNotifier - 이메일 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationRouter - 알림 발송 성공 - Email: daewoong.jeon@kt.com, Channel: EMAIL
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 성공 - Email: daewoong.jeon@kt.com
|
|
2025-10-29 15:23:31 [email-async-1] INFO c.u.h.n.service.EmailClient - 이메일 발송 시작 - To: daewoong.jeon@kt.com, Subject: 회의 초대
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.service.NotificationService - 알림 발송 처리 완료 - 성공: 1, 실패: 0
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.Notification */insert
|
|
into
|
|
notifications (channel, created_at, event_id, failed_count, message, notification_type, reference_id, reference_type, sent_at, sent_count, status, title, notification_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* insert for
|
|
com.unicorn.hgzero.notification.domain.NotificationRecipient */insert
|
|
into
|
|
notification_recipients (created_at, error_message, next_retry_at, notification_id, recipient_email, recipient_name, recipient_user_id, retry_count, sent_at, status, updated_at, recipient_id)
|
|
values
|
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
2025-10-29 15:23:31 [partition-pump-0-2] DEBUG org.hibernate.SQL -
|
|
/* update
|
|
for com.unicorn.hgzero.notification.domain.Notification */update notifications
|
|
set
|
|
channel=?,
|
|
event_id=?,
|
|
failed_count=?,
|
|
message=?,
|
|
notification_type=?,
|
|
reference_id=?,
|
|
reference_type=?,
|
|
sent_at=?,
|
|
sent_count=?,
|
|
status=?,
|
|
title=?
|
|
where
|
|
notification_id=?
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 알림 발송 완료 - Type: MEETING_INVITATION
|
|
2025-10-29 15:23:31 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:23:35 [email-async-5] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: du0928@gmail.com
|
|
2025-10-29 15:23:36 [email-async-1] INFO c.u.h.n.service.EmailClient - 이메일 발송 완료 - To: daewoong.jeon@kt.com
|
|
2025-10-29 15:23:44 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: meeting, EventType: MEETING_STARTED
|
|
2025-10-29 15:23:44 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 제외
|
|
2025-10-29 15:23:44 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:23:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:23:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:24:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:24:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:24:17 [parallel-6] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Refreshing token.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name/ConsumerGroups/hgzero-eventhub-cg-notification/Partitions/0"}
|
|
2025-10-29 15:24:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:24:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:25:15 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:25:15 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:25:15 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:25:15 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 수신 - Topic: minutes, EventType: MINUTES_FINALIZED
|
|
2025-10-29 15:25:15 [partition-pump-0-2] WARN c.u.h.n.event.EventHandler - 알 수 없는 토픽: minutes
|
|
2025-10-29 15:25:16 [partition-pump-0-2] INFO c.u.h.n.event.EventHandler - 이벤트 처리 완료
|
|
2025-10-29 15:25:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:25:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:25:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:25:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:26:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:26:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:26:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:26:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:27:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:27:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:27:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:27:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:28:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:28:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:28:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:28:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:29:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:29:16 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:29:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:29:46 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:30:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:30:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:30:46 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:30:47 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|
|
2025-10-29 15:31:16 [pool-3-thread-1] INFO c.a.m.e.PartitionBasedLoadBalancer - {"az.sdk.message":"Starting load balancer.","ownerId":"db44f212-4b66-49c6-bda3-ef919001aac9"}
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Starting next iteration of load balancer
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of ownership records 1, number of partitions 1
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active ownership records 1
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Number of active event processors 1
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Expected min partitions per event processor = 1, expected number of event processors with additional partition = 0
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load is balanced with this event processor owning 1 partitions
|
|
2025-10-29 15:31:17 [boundedElastic-15] INFO c.a.m.e.PartitionBasedLoadBalancer - Load balancing completed successfully
|