It makes you feel good...
Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently.
- Hazelcast Jet version that you use (e.g. 3.0, also specify whether it is a minor release or the latest snapshot).
- Cluster size, i.e. the number of Hazelcast Jet cluster members.
- Number of the clients.
- Version of Java. It is also helpful to mention the JVM parameters.
- Operating system. If it is Linux, kernel version is helpful.
- Logs and stack traces, if available.
- Detailed description of the steps to reproduce your issue.
- If you could include a unit test which reproduces your issue, we would be grateful.
Thanks for creating your pull request (PR).
- Contributions are submitted, reviewed, and accepted using the pull requests on GitHub.
- In order to merge your PR, please sign the Contributor Agreement Form.
- Try to make clean commits that are easily readable (including descriptive commit messages).
- The latest changes are in the master branch.
- Before you push, run the commands
./gradlew check
and./gradlew test
in your terminal and fix the CheckStyle errors and Test Failures (if any). Push your PR once it is free of CheckStyle errors and Test Failures. - Please keep your PRs as small as possible, i.e. if you plan to perform a huge change, do not submit a single and large PR for it. For an enhancement or larger feature, you can create a GitHub issue first to discuss.
- If you submit a PR as the solution to a specific issue, please mention the issue number either in the PR description or commit message.
- If you contribute a module, please make sure it has a proper README file which aligns with the README Template.