Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: f109ea7a169272c0ae2aada626bdfb4f37e856ff
https://github.com/hibernate/hibernate-search/commit/f109ea7a169272c0ae2a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
R
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/coordination/localheapqueue/LocalHeapQueueAutomaticIndexingBaseIT.java
M
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/CoordinationStrategyExpectations.java
R
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/coordination/localheap/LocalHeapQueueCooordinationStrategy.java
R
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/coordination/localheap/LocalHeapQueueIndexingEvent.java
R
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/coordination/localheap/LocalHeapQueueProcessor.java
Log Message:
-----------
HSEARCH-4374 Remove LocalHeapQueueCooordinationStrategy
It's only used in tests, so this does not affect users.
This strategy was useful as a proof-of-concept when we didn't have the
outbox-polling strategy, but right now it's become a drain of resources,
both on CI (more tests executed)
and simply when maintaining (have to keep implementing new methods from
the CoordinationStrategy interface).
Commit: 28f74d3f6058d358468fd5a33b35834b32575bf1
https://github.com/hibernate/hibernate-search/commit/28f74d3f6058d358468f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M
util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/rule/BackendIndexingWorkExpectations.java
Log Message:
-----------
HSEARCH-4374 Avoid latency caused by long awaitility poll intervals in automatic
indexing ITs
Commit: 70d4372d05c46ee41194c0a20f0704bff00c7160
https://github.com/hibernate/hibernate-search/commit/70d4372d05c46ee41194...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M
integrationtest/mapper/orm-coordination-outbox-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/coordination/outboxpolling/OutboxPollingOrmSetupHelperConfig.java
M
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/OrmSetupHelper.java
M
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/OrmSetupHelperConfig.java
Log Message:
-----------
HSEARCH-4374 Reduce the default polling interval in outbox-polling tests
So that they are shorter.
Compare:
https://github.com/hibernate/hibernate-search/compare/aa0f46891117...70d4...