Set up Cursor Cloud dev environment (Redpanda epoll fix + AGENTS.md) - #178
Draft
Vinosaamaa wants to merge 2 commits into
Draft
Vinosaamaa wants to merge 2 commits into
Vinosaamaa wants to merge 2 commits into
Conversation
The default linux-aio Seastar backend crashes on startup in restricted container/VM environments (close() syscall failed: Invalid argument). Forcing --reactor-backend=epoll makes Redpanda start reliably; epoll is supported on all Linux hosts so it is safe for every dev environment. Co-authored-by: Jason X. <Vinosaamaa@users.noreply.github.com>
Co-authored-by: Jason X. <Vinosaamaa@users.noreply.github.com>
🏁 CodeAnt Quality Gate ResultsCommit: ✅ Overall Status: PASSEDQuality Gate Details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
epollininfra/docker-compose.yml; the defaultlinux-aiobackend crashes on startup in restricted container/VM environments (close() syscall failed: Invalid argument).epollis supported on all Linux hosts, so it is safe for every dev environment.AGENTS.mdwith a## Cursor Cloud specific instructionssection capturing non-obvious startup/run/test caveats for future agents.Acceptance Criteria
make product-upbrings up all services andmake product-healthpasses.Test Plan
mvn test(all modules) and frontendvitest run(203 tests)npm run lint+npm testmake product-healthpassesManual verification:
#general(realtime channel chat), and asked the AI Study Assistant a question in#questions— both worked end-to-end.chanter_channel_chat_demo.mp4
chanter_ai_study_assistant_demo.mp4
Message posted in #general channel
AI Study Assistant answer in #questions
Architecture And Operations Notes
Checklist
To show artifacts inline, enable in settings.