jun-he

Results 69 comments of jun-he

@crnfan21 I think the built jar is not an uber jar packed with all dependencies so getting this class not found issue. Can you try `./gradlew bootRun` to see if...

@crnfan21 seems to be related to this issue: https://github.com/spring-projects/spring-boot/issues/31853 Ctrl+c will lead another class not found error ``` ^CException in thread "SpringApplicationShutdownHook" java.lang.NoClassDefFoundError: org/springframework/boot/availability/ReadinessState at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:172) at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1032) at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)...

Likely, we need to bump springboot to 3.x to solve it.

Thanks @crnfan21 for the confirmation. I will link the issue to #8 and then close it.

@hskimsky will https://github.com/Netflix/maestro/pull/57 resolve this problem as well?

@hskimsky Thanks for the proposed solution. I will close this one as the issue has been fixed within SEL.

Hi @LumosNexus, Thanks a lot for your interest! Maestro UI is not there yet. We have an issue #3 for it. We might first get it started by directly creating...

@pranaybattu thanks for the interest and taking time to draft a plan. I assign this task to you. To upgrade SEL, there are some investigations needed 1. SEL is highly...

Yep, each actor/step has its own separate memory. So it won't be shared between threads.