Audace opened a new pull request #1873: Upgrade Ansible to install 
2.0.0-rc1-incubating
URL: https://github.com/apache/incubator-pulsar/pull/1873
 
 
   ### Motivation
   
   The directory for deploying Pulsar to AWS using Terraform and Ansible still 
uses Pulsar version `1.22.0-incubating`. It makes sense to update the 
deployment code to use Pulsar version `2.0.0-rc1-incubating`.
   
   ### Modifications
   
   There are three key changes implemented in this PR:
   1) All of the `.conf` files which have been updated as part of the 2.0.0 
release are now reflected in the `templates/` directory. The Ansible facts have 
been inserted into the new configuration files where appropriate (e.g. 
`max_heap_memory`, `max_direct_memory`). 
   2) The `deploy-pulsar.yaml` file has been updated to reflect the 
`pulsar_version` as `2.0.0-rc1-incubating`.
   3) The `max_direct_memory` default in `deploy-pulsar.yaml` has been updated 
to `"1g"`. Otherwise, there will be a memory error given the changes in 
requirements as a result of 2.0.0 release.
   
   ### Result
   
   Following the instructions as described 
[here](https://pulsar.incubator.apache.org/docs/latest/deployment/aws-cluster/) 
will now provision and install Pulsar 2.0.0!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to