Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.elasticsearch:elasticsearch from 8.9.2 to 8.16.1 #6499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump org.elasticsearch:elasticsearch from 8.9.2 to 8.16.1

24b886b
Select commit
Loading
Failed to load commit list.
Open

Bump org.elasticsearch:elasticsearch from 8.9.2 to 8.16.1 #6499

Bump org.elasticsearch:elasticsearch from 8.9.2 to 8.16.1
24b886b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / hapifhir.hapi-fhir failed Nov 22, 2024 in 1h 3m 38s

Build #20241122.3 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 16,858 (98.90%)
  • Other: 187 (1.10%)
  • Total: 17,046

Annotations

Check failure on line 361 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hapifhir.hapi-fhir

Build log #L361

Build failed.

Check failure on line 1 in searchForNewerResources_fullTextSearchWithFilterAndCount_shouldReturnAccurateResults

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hapifhir.hapi-fhir

searchForNewerResources_fullTextSearchWithFilterAndCount_shouldReturnAccurateResults

Failed to handle ca.uhn.fhir.batch2.model.JobWorkNotificationJsonMessage@1df3a7a9 to org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask@321ced46 in ca.uhn.fhir.jpa.subscription.channel.impl.RetryingMessageHandlerWrapper@62f9b738
Raw output
org.springframework.messaging.MessageDeliveryException: Failed to handle ca.uhn.fhir.batch2.model.JobWorkNotificationJsonMessage@1df3a7a9 to org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask@321ced46 in ca.uhn.fhir.jpa.subscription.channel.impl.RetryingMessageHandlerWrapper@62f9b738, failedMessage=ca.uhn.fhir.batch2.model.JobWorkNotificationJsonMessage@1df3a7a9
	at org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask.run(ExecutorSubscribableChannel.java:161)
	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)
Caused by: ca.uhn.fhir.batch2.api.JobStepFailedException: HAPI-2041: Could not open JPA EntityManager for transaction
	at ca.uhn.fhir.batch2.coordinator.StepExecutor.executeStep(StepExecutor.java:106)
	at ca.uhn.fhir.batch2.coordinator.WorkChunkProcessor.doExecution(WorkChunkProcessor.java:107)
	at ca.uhn.fhir.batch2.coordinator.JobStepExecutor.executeStep(JobStepExecutor.java:85)
	at ca.uhn.fhir.batch2.coordinator.WorkChannelMessageHandler.lambda$handleWorkChannelMessage$1(WorkChannelMessageHandler.java:257)
	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
	at ca.uhn.fhir.batch2.coordinator.WorkChannelMessageHandler.handleWorkChannelMessage(WorkChannelMessageHandler.java:255)
	at ca.uhn.fhir.batch2.coordinator.WorkChannelMessageHandler.handleMessage(WorkChannelMessageHandler.java:73)
	at ca.uhn.fhir.jpa.subscription.channel.impl.RetryingMessageHandlerWrapper.lambda$handleMessage$0(RetryingMessageHandlerWrapper.java:88)
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:344)
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:217)
	at ca.uhn.fhir.jpa.subscription.channel.impl.RetryingMessageHandlerWrapper.handleMessage(RetryingMessageHandlerWrapper.java:87)
	at org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask.run(ExecutorSubscribableChannel.java:152)
	... 3 more
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction
	at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:466)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.handleExistingTransaction(AbstractPlatformTransactionManager.java:452)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:384)
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
	at ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.doExecuteCallback(HapiTransactionService.java:454)
	at ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.doExecuteInTransaction(HapiTransactionService.java:339)
	at ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.doExecute(HapiTransactionService.java:278)
	at ca.uhn.fhir.jpa.dao.tx.HapiTransactionService$ExecutionBuilder.execute(HapiTransactionService.java:538)
	at ca.uhn.fhir.jpa.dao.tx.HapiTransactionService$ExecutionBuilder.execute(HapiTransactionService.java:531)
	at ca.uhn.fhir.batch2.coordinator.JobDataSink.accept(JobDataSink.java:95)
	at ca.uhn.fhir.batch2.api.IJobDataSink.accept(IJobDataSink.java:40)
	at ca.uhn.fhir.batch2.jobs.step.ResourceIdListStep.submitWorkChunk(ResourceIdListStep.java:113)
	at ca.uhn.fhir.batch2.jobs.step.ResourceIdListStep.lambda$run$0(ResourceIdListStep.java:90)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at c