wenjin272 opened a new issue, #340:
URL: https://github.com/apache/flink-agents/issues/340

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   When run `integrate_datastream_with_agent_example.py`, the flink job does 
not generate any output.
   
   If remove the checkpoint configs
   ```
   config.set_string("state.backend.type", "rocksdb")
   config.set_string("checkpointing.interval", "1s")
   config.set_string("restart-strategy.type", "disable")
   ```
   Or disable async execution in Agent action
   `log_success = yield from ctx.execute_async(log_to_stdout, input_data, 
total)`
   
   The job can output messages normally.
   
   ### How to reproduce
   
   `python 
python/flink_agents/e2e_tests/integrate_datastream_with_agent_example.py`
   
   ### Version and environment
   
   Run test in main branch on mac os.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to