You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Technoboy- (via GitHub)" <gi...@apache.org> on 2023/04/20 03:30:55 UTC

[GitHub] [pulsar-site] Technoboy- opened a new pull request, #528: Improve doc

Technoboy- opened a new pull request, #528:
URL: https://github.com/apache/pulsar-site/pull/528

   ### Motivation
   When verifying 2.11.x or later, we should suggest adding the below command otherwise, it will fail when `Validate Stateful Functions` with the below error:
   
   ```
   ~/Downloads/release_2.11.1/apache-pulsar-2.11.1 ยป bin/pulsar-admin
   functions querystate --tenant test --namespace test-namespace --name
   word_count -k hello -w
   # key 'hello' doesn't exist.
   # key 'hello' doesn't exist.
   # key 'hello' doesn't exist
   State storage client is not done initializing. Please try again in a little
   while.
   ```
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [x] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `./preview.sh` at root path) to your PR description, or else your PR might not get merged. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] tisonkun merged pull request #528: Improve doc

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun merged PR #528:
URL: https://github.com/apache/pulsar-site/pull/528


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] Technoboy- commented on a diff in pull request #528: Improve doc

Posted by "Technoboy- (via GitHub)" <gi...@apache.org>.
Technoboy- commented on code in PR #528:
URL: https://github.com/apache/pulsar-site/pull/528#discussion_r1172259301


##########
contribute/validate-release-candidate.md:
##########
@@ -39,7 +39,7 @@ gpg --verify apache-pulsar-<release>-bin.tar.gz.asc
 
 #### Standalone service
 
-Open a terminal to start a standalone service:
+Open a terminal to start a standalone service (For 2.11.x or later, please `export PULSAR_STANDALONE_USE_ZOOKEEPER=1` before starting the service):
 
 ```shell
 bin/pulsar standalone

Review Comment:
   updated



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #528: Improve doc

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on code in PR #528:
URL: https://github.com/apache/pulsar-site/pull/528#discussion_r1172178160


##########
contribute/validate-release-candidate.md:
##########
@@ -39,7 +39,7 @@ gpg --verify apache-pulsar-<release>-bin.tar.gz.asc
 
 #### Standalone service
 
-Open a terminal to start a standalone service:
+Open a terminal to start a standalone service (For 2.11.x or later, please `export PULSAR_STANDALONE_USE_ZOOKEEPER=1` before starting the service):
 
 ```shell
 bin/pulsar standalone

Review Comment:
   ```suggestion
   PULSAR_STANDALONE_USE_ZOOKEEPER=1 bin/pulsar standalone
   ```
   
   I'd prefer to update here. Even if for <2.11 (which are almost EOL) this command should work.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org