-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
| image: apacheignite/ignite:2.10.0 | ||
| env: | ||
| - name: OPTION_LIBS | ||
| value: ignite-kubernetes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me validate this using your branch in Jenkins.
| FROM apacheignite/ignite:2.10.0 | ||
|
|
||
| MAINTAINER Liguang Xie <lxie@futurewei.com> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jenkins uses lib/ignite.Docker file. It needs to be changed.
Another thing to check is if control.sh, ignite.sh etc., have changed syntax of the commands we use. They tend to change.
apache ignite 2.10.0 is not available as zip file. It is available as .rpm file. Perhaps moving to 2.11.0, which is available as zip file and compatible with 2.9 is better option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apache ignite 2.10.0 is not available as zip file. It is available as .rpm file. Perhaps moving to 2.11.0, which is available as zip file and compatible with 2.9 is better option.
2.10.0 zip is here: https://ignite.apache.org/download.cgi
2.11.0 is just released two weeks ago. Let us wait some time to let it cool down.
|
Should not be merged until either 2.10. zip or 2.11.0 is validated in Jenkins and lib/ignite.Dockerfile is updated. |
=== CUT lib/ignite.Dockerfile (just the Ignite parts) === COPY ./target/common-0.1.0-SNAPSHOT.jar /code/apache-ignite-2.11.0-bin/libs/common-0.1.0-SNAPSHOT.jar ENTRYPOINT /code/apache-ignite-2.11.0-bin/bin/ignite.sh /code/apache-ignite-2.11.0-bin/bin/config.xml === CUT === |
pkommoju
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working in Jenkins environment.
Ignite v2.10.0 was released on March 2021 with a handful of desirable features to boost Alcor performance.
Release Note: https://ignite.apache.org/releases/2.10.0/release_notes.html
This upgrade enables us to try out the following features in the next release:
- Added thin client Java API - async API
- Added thin client Kubernetes discovery
- Added thin client continuous query
- Added thin client transactions