[GitHub] [pulsar] codelipenghui commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
codelipenghui commented on issue #5096: Convert latency to millisecond in 
producer stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527334018
 
 
   @liketic There is some problems with the license header, you can use `mvn 
license:format` to format the license header.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] frank-dkvan commented on issue #5099: "ConnectException: Connection refused: /127.0.0.1:49695" when running python example function

2019-09-03 Thread GitBox
frank-dkvan commented on issue #5099: "ConnectException: Connection refused: 
/127.0.0.1:49695"  when running python example function
URL: https://github.com/apache/pulsar/issues/5099#issuecomment-527339831
 
 
   Only Python Function Example has this problem.  Java function example works 
well.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Jennifer88huang commented on issue #5101: Add documentation of pulsar-client-node to website

2019-09-03 Thread GitBox
Jennifer88huang commented on issue #5101: Add documentation of 
pulsar-client-node to website
URL: https://github.com/apache/pulsar/issues/5101#issuecomment-527340522
 
 
   The project is at https://github.com/apache/pulsar-client-node
   For writing documentation, refer to different `Client libraries` at 
https://github.com/apache/pulsar-client-node


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Jennifer88huang merged pull request #5070: [doc] Improve Pulsar security authorization

2019-09-03 Thread GitBox
Jennifer88huang merged pull request #5070: [doc] Improve Pulsar security 
authorization
URL: https://github.com/apache/pulsar/pull/5070
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch master updated (12e46c6 -> 801b1f7)

2019-09-03 Thread hjf
This is an automated email from the ASF dual-hosted git repository.

hjf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


from 12e46c6  add notes (#5078)
 add 801b1f7  [doc] Improve Pulsar security authorization (#5070)

No new revisions were added by this update.

Summary of changes:
 site2/docs/security-authorization.md | 46 ++--
 1 file changed, 23 insertions(+), 23 deletions(-)



[GitHub] [pulsar] Monica-zy opened a new pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Monica-zy opened a new pull request #5102: [doc] Improve Pulsar Deployment 
Kubernetes
URL: https://github.com/apache/pulsar/pull/5102
 
 
   Motivation
   Improve the language and the overall descriptive style of the Pulsar 
Security document (deploy-Kubernetes section): 
http://pulsar.apache.org/docs/en/next/deploy-kubernetes/
   Modifications
   Adjust the tone, personal pronouns, voice also some typo errors of some 
sentences in the document.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Monica-zy commented on issue #5102: [doc] Improve Pulsar Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#issuecomment-527381179
 
 
   @Anonymitaet could you please spare some time review it? thank you~


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui opened a new pull request #5103: Improve response of Rest API for create schema.

2019-09-03 Thread GitBox
codelipenghui opened a new pull request #5103: Improve response of Rest API for 
create schema.
URL: https://github.com/apache/pulsar/pull/5103
 
 
   Fixes #5094
   ### Motivation
   
   Currently, can't get some detail messages about incompatible while use REST 
API to create a new schema. This PR let users to get the detail messages.
   
   ### Future more
   Use pulsar-admin or pulsar-client also can get the detail messages about 
incompatible. This PR only handle the REST way.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #4987: Trim deleted entries after recover cursor.

2019-09-03 Thread GitBox
codelipenghui commented on issue #4987: Trim deleted entries after recover 
cursor.
URL: https://github.com/apache/pulsar/pull/4987#issuecomment-527418561
 
 
   run cpp tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui opened a new issue #5104: Handle already have connected replicate produce with same name

2019-09-03 Thread GitBox
codelipenghui opened a new issue #5104: Handle already have connected replicate 
produce with same name
URL: https://github.com/apache/pulsar/issues/5104
 
 
   **Describe the bug**
   Broker print the following log continuous
   
![image](https://user-images.githubusercontent.com/12592133/64172075-b9397200-ce86-11e9-9e62-f855406ef5ab.png)
   
   
   **To Reproduce**
   Well, it's hard to reproduce.
   
   **Expected behavior**
   Stop create replicate producer while already have connected replicate 
producer with same name.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
liketic commented on issue #5096: Convert latency to millisecond in producer 
stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527444118
 
 
   Thank you @codelipenghui . It's really useful for me.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng commented on issue #5076: [website]The website cannot get the swagger version file

2019-09-03 Thread GitBox
tuteng commented on issue #5076: [website]The website cannot get the swagger 
version file
URL: https://github.com/apache/pulsar/pull/5076#issuecomment-527450201
 
 
   run java8 tests
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic opened a new pull request #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
liketic opened a new pull request #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105
 
 
   Add ```skip-all``` command for topics. 
   
   Closes #5060 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar 
Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#discussion_r320294287
 
 

 ##
 File path: site2/docs/deploy-kubernetes.md
 ##
 @@ -134,7 +132,7 @@ $ cd kubernetes-vagrant-coreos-cluster
 $ NODES=3 USE_KUBE_UI=true vagrant up
 ```
 
-Create SSD disk mount points on the VMs using this script:
+Create SSD disk mount points on the VMs using this command:
 
 Review comment:
   ```suggestion
   Create SSD disk mount points on the VMs using this script:
   ```
   
   This is a script rather than a command


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar 
Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#discussion_r320292101
 
 

 ##
 File path: site2/docs/deploy-kubernetes.md
 ##
 @@ -54,7 +53,7 @@ $ gcloud container clusters create pulsar-gke-cluster \
   --local-ssd-count=2 \
 ```
 
-By default, bookies will run on all the machines that have locally attached 
SSD disks. In this example, all of those machines will have two SSDs, but you 
can add different types of machines to the cluster later. You can control which 
machines host bookie servers using 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
+By default, bookies run on all the machines that have locally attached SSD 
disks. In this example, all of those machines have two SSDs, but you can add 
different types of machines to the cluster later. You can control which 
machines host bookie servers can use 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
 
 Review comment:
   ```suggestion
   By default, bookies run on all the machines that have locally attached SSD 
disks. In this example, all of those machines have two SSDs, but you can add 
different types of machines to the cluster later. You can control which 
machines host bookie servers using 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
   ```


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic opened a new pull request #5106: [Minor] Fix method comment for class Topics

2019-09-03 Thread GitBox
liketic opened a new pull request #5106: [Minor] Fix method comment for class 
Topics
URL: https://github.com/apache/pulsar/pull/5106
 
 
   Fix typo and incorrect description for class ```Topics```.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai merged pull request #5076: [website]The website cannot get the swagger version file

2019-09-03 Thread GitBox
jiazhai merged pull request #5076: [website]The website cannot get the swagger 
version file
URL: https://github.com/apache/pulsar/pull/5076
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai commented on issue #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai commented on issue #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080#issuecomment-527520471
 
 
   update with latest master


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai edited a comment on issue #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai edited a comment on issue #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080#issuecomment-527520471
 
 
   updated with latest master


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] feathj closed pull request #5083: Kinesis source

2019-09-03 Thread GitBox
feathj closed pull request #5083: Kinesis source
URL: https://github.com/apache/pulsar/pull/5083
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] rdhabalia removed a comment on issue #5075: [pulsar-client] support set read-position based on timestamp

2019-09-03 Thread GitBox
rdhabalia removed a comment on issue #5075: [pulsar-client] support set 
read-position based on timestamp
URL: https://github.com/apache/pulsar/pull/5075#issuecomment-526687510
 
 
   rerun java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] rdhabalia commented on issue #5075: [pulsar-client] support set read-position based on timestamp

2019-09-03 Thread GitBox
rdhabalia commented on issue #5075: [pulsar-client] support set read-position 
based on timestamp
URL: https://github.com/apache/pulsar/pull/5075#issuecomment-527557435
 
 
   rerun java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] merlimat commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
merlimat commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527599175
 
 
   Skip all is the action already performed by the `clear-backlog` subcommand


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch github_exp2 deleted (was c446762)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp2
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was c446762  Update

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[pulsar] branch github_exp1 deleted (was 1a6ec61)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was 1a6ec61  Add Timeout to tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[pulsar] branch github_exp3 deleted (was ba1d81d)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp3
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was ba1d81d  Add Timeout to tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [pulsar] aahmed-se closed pull request #5019: Fix code inspection issues in pulsar broker tests

2019-09-03 Thread GitBox
aahmed-se closed pull request #5019: Fix code inspection issues in pulsar 
broker tests
URL: https://github.com/apache/pulsar/pull/5019
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch broker_tests_cleanup deleted (was a4d7337)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch broker_tests_cleanup
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was a4d7337  Fix Ccode inspection issues in pulsar borker tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527601579
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527605731
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
aahmed-se commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527665907
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #5100: [bookkeeper] allow configuring region aware placement related settings

2019-09-03 Thread GitBox
sijie commented on issue #5100: [bookkeeper] allow configuring region aware 
placement related settings
URL: https://github.com/apache/pulsar/pull/5100#issuecomment-527675182
 
 
   run integration tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #5103: Improve response of Rest API for create schema.

2019-09-03 Thread GitBox
sijie commented on issue #5103: Improve response of Rest API for create schema.
URL: https://github.com/apache/pulsar/pull/5103#issuecomment-527677392
 
 
   run java8 tests
   run cpp tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai merged pull request #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai merged pull request #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch master updated (d0bde68 -> 5212497)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


from d0bde68  [website]The website cannot get the swagger version file 
(#5076)
 add 5212497  update website for 2.4.1 release (#5080)

No new revisions were added by this update.

Summary of changes:
 .../admin-api-non-persistent-topics.md |  264 +++
 .../version-2.4.1/admin-api-overview.md|   89 +
 .../version-2.4.1/admin-api-partitioned-topics.md  |  377 
 .../version-2.4.1/administration-dashboard.md  |   60 +
 .../version-2.4.1/administration-upgrade.md|  153 ++
 .../version-2.4.1/client-libraries-java.md |  708 +++
 .../version-2.4.1/concepts-messaging.md|  415 
 .../version-2.4.1/concepts-tiered-storage.md   |   18 +
 .../version-2.4.1/cookbooks-compaction.md  |  127 ++
 .../versioned_docs/version-2.4.1/functions-api.md  |  721 +++
 .../versioned_docs/version-2.4.1/functions-cli.md  |  196 ++
 .../version-2.4.1/functions-debug.md   |  448 +
 .../version-2.4.1/functions-deploy.md  |  211 ++
 .../version-2.4.1/functions-develop.md |  617 ++
 .../version-2.4.1/functions-overview-new.md|  190 ++
 .../version-2.4.1/functions-overview.md|  513 +
 .../version-2.4.1/functions-runtime.md |  143 ++
 .../version-2.4.1/getting-started-standalone.md|  226 +++
 .../versioned_docs/version-2.4.1/io-cdc-canal.md   |  175 ++
 .../version-2.4.1/io-cdc-debezium.md   |  261 +++
 .../versioned_docs/version-2.4.1/io-connectors.md  |   31 +
 .../versioned_docs/version-2.4.1/io-debug.md   |  329 
 .../versioned_docs/version-2.4.1/io-develop.md |  196 ++
 .../versioned_docs/version-2.4.1/io-jdbc.md|   24 +
 .../versioned_docs/version-2.4.1/io-netty.md   |  148 ++
 .../website/versioned_docs/version-2.4.1/io-use.md | 1505 ++
 .../version-2.4.1/reference-configuration.md   |  496 +
 .../version-2.4.1/reference-connector-admin.md |  601 ++
 .../version-2.4.1/reference-metrics.md |  244 +++
 .../version-2.4.1/reference-pulsar-admin.md| 2079 
 .../schema-evolution-compatibility.md  |  784 
 .../version-2.4.1/schema-get-started.md|   91 +
 .../versioned_docs/version-2.4.1/schema-manage.md  |  786 
 .../version-2.4.1/schema-understand.md |  576 ++
 .../version-2.4.1/security-athenz.md   |   89 +
 .../version-2.4.1/security-authorization.md|  100 +
 .../version-2.4.1/security-kerberos.md |  391 
 .../version-2.4.1/security-overview.md |   38 +
 .../version-2.4.1/security-tls-authentication.md   |  147 ++
 .../version-2.4.1/security-tls-transport.md|  230 +++
 .../version-2.4.1/security-token-client.md |  123 ++
 .../versioned_sidebars/version-2.4.1-sidebars.json |  154 ++
 site2/website/versions.json|1 +
 43 files changed, 15075 insertions(+)
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-non-persistent-topics.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-overview.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-partitioned-topics.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/administration-dashboard.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/administration-upgrade.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/client-libraries-java.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/concepts-messaging.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/concepts-tiered-storage.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/cookbooks-compaction.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/functions-api.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/functions-cli.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-debug.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-deploy.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-develop.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-overview-new.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-overview.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-runtime.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/io-cdc-canal.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/io-connectors.md
 create m

[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527685359
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng opened a new pull request #5107: [website]Fix rest api

2019-09-03 Thread GitBox
tuteng opened a new pull request #5107: [website]Fix rest api
URL: https://github.com/apache/pulsar/pull/5107
 
 
   
   
   ### Motivation
   Currently, there are some problems with the display of rest API for 
function, source, and sink. 2.4.1 does not generate a new swagger file.
   
   ### Modifications
   * Create directory master
   * Generate swagger json file for 2.4.1
   * Fix swagger function, source and sink display
   
   ### Verifying this change
   
   
![image](https://user-images.githubusercontent.com/1907867/64217970-38b05b00-cef2-11e9-816c-d944f4d104ab.png)
   
   
![image](https://user-images.githubusercontent.com/1907867/64217952-1fa7aa00-cef2-11e9-8ae8-f667dce7581e.png)
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
 - Dependencies (does it add or upgrade a dependency): (yes / no)
 - The public API: (yes / no)
 - The schema: (yes / no / don't know)
 - The default values of configurations: (yes / no)
 - The wire protocol: (yes / no)
 - The rest endpoints: (yes / no)
 - The admin cli options: (yes / no)
 - Anything that affects deployment: (yes / no / don't know)
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5106: [Minor] Fix method comment for class Topics

2019-09-03 Thread GitBox
liketic commented on issue #5106: [Minor] Fix method comment for class Topics
URL: https://github.com/apache/pulsar/pull/5106#issuecomment-527696793
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
liketic commented on issue #5096: Convert latency to millisecond in producer 
stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527696850
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
liketic commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527697094
 
 
   Thanks @merlimat , maybe we can add an alias for command ```clear-backlog``` 
?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5092: [doc] Improve Pulsar Security Extending

2019-09-03 Thread GitBox
Monica-zy commented on issue #5092: [doc] Improve Pulsar Security Extending
URL: https://github.com/apache/pulsar/pull/5092#issuecomment-527713648
 
 
   @Jennifer88huang Please review~


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5091: [doc] Improve Pulsar Security Encryption

2019-09-03 Thread GitBox
Monica-zy commented on issue #5091: [doc] Improve Pulsar Security Encryption
URL: https://github.com/apache/pulsar/pull/5091#issuecomment-527714379
 
 
   @Jennifer88huang Please review this, thank you~


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5052: [doc] Improve Pulsar Security-token-admin

2019-09-03 Thread GitBox
Monica-zy commented on issue #5052: [doc] Improve Pulsar Security-token-admin
URL: https://github.com/apache/pulsar/pull/5052#issuecomment-527714708
 
 
   @Jennifer88huang Please check if there are some other problems to be 
improved. thanks~


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui opened a new pull request #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
codelipenghui opened a new pull request #5108: Fix storage size always 0 
without subscription.
URL: https://github.com/apache/pulsar/pull/5108
 
 
   ### Motivation
   
   Fixes [issue-182](https://github.com/streamnative/pulsar-manager/issues/182)


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
codelipenghui commented on issue #5108: Fix storage size always 0 without 
subscription.
URL: https://github.com/apache/pulsar/pull/5108#issuecomment-527722090
 
 
   @tuteng please help review this change.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Jennifer88huang commented on issue #5052: [doc] Improve Pulsar Security-token-admin

2019-09-03 Thread GitBox
Jennifer88huang commented on issue #5052: [doc] Improve Pulsar 
Security-token-admin
URL: https://github.com/apache/pulsar/pull/5052#issuecomment-527727155
 
 
   run integration tests
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng commented on issue #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
tuteng commented on issue #5108: Fix storage size always 0 without subscription.
URL: https://github.com/apache/pulsar/pull/5108#issuecomment-527734588
 
 
   LGTM


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] LeisureChou opened a new issue #5109: [function]ProtobufSchema.of run time error

2019-09-03 Thread GitBox
LeisureChou opened a new issue #5109: [function]ProtobufSchema.of  run time 
error
URL: https://github.com/apache/pulsar/issues/5109
 
 
   when I use ProtobufSchema.of in fuction  , throwing  the error as below,
   java.lang.IllegalArgumentException: 
org.apache.pulsar.functions.runtime.shaded.com.google.protobuf.GeneratedMessageV3
 is not assignable from com.gtja.ydpt.pulsar.dto.BizSshRequest


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] annotated tag v2.4.1 updated (cc74632 -> fc86a52)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to annotated tag v2.4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


*** WARNING: tag v2.4.1 was modified! ***

from cc74632  (commit)
  to fc86a52  (tag)
 tagging cc746322d51cea14b04092370bcebf695721fe70 (commit)
 replaces v2.4.0
  by Jia Zhai
  on Wed Sep 4 12:34:47 2019 +0800

- Log -
release v2.4.1
-BEGIN PGP SIGNATURE-

iQJHBAABCAAxFiEE9ILFeGjRwrcYA1aLvIYRbtP14pEFAl1vPucTHHpoYWlqaWFA
YXBhY2hlLm9yZwAKCRC8hhFu0/XikcL/D/95xLU/p7HkoTqG41wrHm/wsXIcO1RS
f4H0/rCMr1+JMdO62qIJrPnOB04i1ooTx1zvgEE4NRf27ejFr2GqidWUpZjgzw+g
Emj2aUdZiewu2M0OQk+clIOtNsd7YKvZpIGe0kH3nmxrANKp7lSYiJFbHYWa9EKt
vTHPXR7mGxCZQkxfd0sILvO0Bch3JuykCJA7atROpIG06epcsdc4HudEdzGTXeGL
2MB3QraTVY6uV8EghzpaOy0Ffk5uwJzm5SOip0Z4N7re/cCNywfMvAolBvHdx9bz
5aABHW2Py4hnLogQcz0L6nzcgJ7x8Fqp6b0Zqu5DBZ0PSqfJejG7kDmLMnvEQwZC
uIx067jfslQcYZvoySXLYwICegMovldjPSkSb+33qNJJyv0Xg/EyRgwTQ80K0T/Q
vN7pwd6hdeLUQACS41PsZImx9bOJ6DHHPhzNBRvd5sLjc8E6iz9ZNuYhut+Zyl/u
eBh8SUycpBV6EUstAkHAoNmm+6MCU5ELenT9tGndDbI31GwtLKNFvtnpLTO80Z0Q
UF+x1vUvGhuBI8mMhbpBRbMDuPS/n4bpzLrmxypOKs5qwtBp8i2oovcu5LPx+tvS
DrB0+192uwkIV+SnQv4ZmBeFl1hBpfkwVioJj8mr5JzzuIVEWjgJcWrHnEU3Zfn3
UnvVcueP+g1CSw==
=zdQG
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:



[pulsar] branch master updated: [doc] Improve Pulsar deployment AWS (#5093)

2019-09-03 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
 new 16c15ed  [doc] Improve Pulsar deployment AWS (#5093)
16c15ed is described below

commit 16c15edf4ffcbe7281165b6161e5a7a2433b07bb
Author: Monica-zy <44013755+monica...@users.noreply.github.com>
AuthorDate: Wed Sep 4 12:38:18 2019 +0800

[doc] Improve Pulsar deployment AWS (#5093)

### Motivation
Improve the language and the overall descriptive style of the Pulsar 
Deployment document (deploy-aws section): 
http://pulsar.apache.org/docs/en/next/deploy-aws/

### Modifications
Adjust the tone, personal pronouns, voice also some typo errors of some 
sentences in the document.
---
 site2/docs/deploy-aws.md | 83 +++-
 1 file changed, 40 insertions(+), 43 deletions(-)

diff --git a/site2/docs/deploy-aws.md b/site2/docs/deploy-aws.md
index ab33285..62b0aab 100644
--- a/site2/docs/deploy-aws.md
+++ b/site2/docs/deploy-aws.md
@@ -6,17 +6,17 @@ sidebar_label: Amazon Web Services
 
 > For instructions on deploying a single Pulsar cluster manually rather than 
 > using Terraform and Ansible, see [Deploying a Pulsar cluster on bare 
 > metal](deploy-bare-metal.md). For instructions on manually deploying a 
 > multi-cluster Pulsar instance, see [Deploying a Pulsar instance on bare 
 > metal](deploy-bare-metal-multi-cluster.md).
 
-One of the easiest ways to get a Pulsar 
[cluster](reference-terminology.md#cluster) running on [Amazon Web 
Services](https://aws.amazon.com/) (AWS) is to use the the 
[Terraform](https://terraform.io) infrastructure provisioning tool and the 
[Ansible](https://www.ansible.com) server automation tool. Terraform can create 
the resources necessary to run the Pulsar 
cluster---[EC2](https://aws.amazon.com/ec2/) instances, networking and security 
infrastructure, etc.---while Ansible can install  [...]
+One of the easiest ways to get a Pulsar 
[cluster](reference-terminology.md#cluster) running on [Amazon Web 
Services](https://aws.amazon.com/) (AWS) is to use the 
[Terraform](https://terraform.io) infrastructure provisioning tool and the 
[Ansible](https://www.ansible.com) server automation tool. Terraform can create 
the resources necessary for running the Pulsar 
cluster---[EC2](https://aws.amazon.com/ec2/) instances, networking and security 
infrastructure, etc.---While Ansible can install [...]
 
 ## Requirements and setup
 
-In order install a Pulsar cluster on AWS using Terraform and Ansible, you'll 
need:
+In order to install a Pulsar cluster on AWS using Terraform and Ansible, you 
need to prepare the following things:
 
 * An [AWS account](https://aws.amazon.com/account/) and the 
[`aws`](https://aws.amazon.com/cli/) command-line tool
 * Python and [pip](https://pip.pypa.io/en/stable/)
 * The [`terraform-inventory`](https://github.com/adammck/terraform-inventory) 
tool, which enables Ansible to use Terraform artifacts
 
-You'll also need to make sure that you're currently logged into your AWS 
account via the `aws` tool:
+You also need to make sure that you are currently logged into your AWS account 
via the `aws` tool:
 
 ```bash
 $ aws configure
@@ -32,7 +32,7 @@ $ pip install ansible
 
 You can install Terraform using the instructions 
[here](https://www.terraform.io/intro/getting-started/install.html).
 
-You'll also need to have the Terraform and Ansible configurations for Pulsar 
locally on your machine. They're contained in Pulsar's [GitHub 
repository](https://github.com/apache/pulsar), which you can fetch using Git:
+You also need to have the Terraform and Ansible configuration for Pulsar 
locally on your machine. You can find them in the [GitHub 
repository](https://github.com/apache/pulsar) of Pulsar, which you can fetch 
using Git commands:
 
 ```bash
 $ git clone https://github.com/apache/pulsar
@@ -41,11 +41,11 @@ $ cd pulsar/deployment/terraform-ansible/aws
 
 ## SSH setup
 
-> If you already have an SSH key and would like to use it, you skip generating 
the SSH keys and update `private_key_file` setting
+> If you already have an SSH key and want to use it, you can skip the step of 
generating an SSH key and update `private_key_file` setting
 > in `ansible.cfg` file and `public_key_path` setting in `terraform.tfvars` 
 > file.
 >
-> For example, if you already had a private SSH key in `~/.ssh/pulsar_aws` and 
a public key in `~/.ssh/pulsar_aws.pub`,
-> you can do followings:
+> For example, if you already have a private SSH key in `~/.ssh/pulsar_aws` 
and a public key in `~/.ssh/pulsar_aws.pub`,
+> follow the steps below:
 >
 > 1. update `ansible.cfg` with following values:
 >
@@ -59,35 +59,35 @@ $ cd pulsar/deployment/terraform-ansible/aws
 > public_key_path=~/.ssh/pulsar_aws.pub
 > ```
 
-In order to create the necessary AWS resources using Terraform, you

[GitHub] [pulsar] sijie merged pull request #5093: [doc] Improve Pulsar deployment AWS

2019-09-03 Thread GitBox
sijie merged pull request #5093: [doc] Improve Pulsar deployment AWS
URL: https://github.com/apache/pulsar/pull/5093
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #4963: Add more config for auto-topic-creation

2019-09-03 Thread GitBox
sijie commented on issue #4963: Add more config for auto-topic-creation
URL: https://github.com/apache/pulsar/pull/4963#issuecomment-527736762
 
 
   @codelipenghui @jiazhai please review this pull request.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar-client-go] sijie commented on issue #62: enable to specify the sequenceID

2019-09-03 Thread GitBox
sijie commented on issue #62: enable to specify the sequenceID
URL: https://github.com/apache/pulsar-client-go/pull/62#issuecomment-527738248
 
 
   run integration tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar-client-go] sijie commented on issue #61: [issue:60] Fix partition topic message router logic

2019-09-03 Thread GitBox
sijie commented on issue #61: [issue:60] Fix partition topic message router 
logic
URL: https://github.com/apache/pulsar-client-go/pull/61#issuecomment-527738417
 
 
   run integration tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527741801
 
 
   run java8 tests


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services