[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

[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

[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):

[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

[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

[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

[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

svn commit: r35513 - /dev/pulsar/pulsar-2.4.1-candidate-1/ /release/pulsar/pulsar-2.4.1/

2019-09-03 Thread zhaijia
Author: zhaijia Date: Tue Sep 3 06:14:31 2019 New Revision: 35513 Log: (empty) Added: release/pulsar/pulsar-2.4.1/ - copied from r35512, dev/pulsar/pulsar-2.4.1-candidate-1/ Removed: dev/pulsar/pulsar-2.4.1-candidate-1/

[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,

[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

[pulsar.wiki] branch master updated: Created PIP 43: producer send message with different schema (markdown)

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.wiki.git The following commit(s) were added to refs/heads/master by this push: new 0a36b0a Created PIP 43: producer send

[pulsar.wiki] branch master updated: Updated Home (markdown)

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.wiki.git The following commit(s) were added to refs/heads/master by this push: new 1169190 Updated Home (markdown) 1169190 is

[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.

[pulsar] branch master updated: add notes (#5078)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia 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 12e46c6 add notes (#5078) 12e46c6 is

[GitHub] [pulsar] jiazhai merged pull request #5078: Add release notes for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai merged pull request #5078: Add release notes for 2.4.1 release URL: https://github.com/apache/pulsar/pull/5078 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[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.

svn commit: r35514 - /release/pulsar/pulsar-2.3.2/

2019-09-03 Thread zhaijia
Author: zhaijia Date: Tue Sep 3 06:17:11 2019 New Revision: 35514 Log: delete 2.3.2 Removed: release/pulsar/pulsar-2.3.2/

[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-527324835 @sijie I have rebase the pull request, please take a look. This is an

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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,

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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,

[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;

[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;

[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

[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

[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. ###

[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

[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

[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~

[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)

[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

[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

[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:

[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

[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

[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

[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

[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

[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

[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

[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

[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