hi,
We are observing random workflow timeouts and we have the following stack trace.
workflow-method-30DBBBA2B0B145C0BF6BB3EAC73EC1CC@AXkBAgA-TR-ggwc--89671688-e671-4461-ba60-7251ed17f99f: (BLOCKED on Feature.get)
io.temporal.internal.sync.CompletablePromiseImpl.getImpl(CompletablePromiseImpl.java:84)
io.temporal.internal.sync.CompletablePromiseImpl.get(CompletablePromiseImpl.java:74)
com.walmart.itemingestion.util.ItemWorkflowUtil.executeDependentSteps(ItemWorkflowUtil.java:125)
com.walmart.itemingestion.util.ItemWorkflowUtil.executeRoutes(ItemWorkflowUtil.java:46)
com.walmart.itemingestion.workflow.ItemSetupV2WorkflowImpl.executeV2(ItemSetupV2WorkflowImpl.java:118)
sun.reflect.GeneratedMethodAccessor732.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
io.temporal.internal.sync.POJOWorkflowImplementationFactory$POJOWorkflowImplementation$RootWorkflowInboundCallsInterceptor.execute(POJOWorkflowImplementationFactory.java:317)
io.temporal.common.interceptors.WorkflowInboundCallsInterceptorBase.execute(WorkflowInboundCallsInterceptorBase.java:37)
com.walmart.itemingestion.interceptor.WorkflowInterceptor.execute(WorkflowInterceptor.java:23)
Additional info
SDK: Java Sdk 1.7.1
Server: 1.9.2
Activities: Local activities
Exported the history to a json file - seems to be of 1.2MB size. How do I share this file?