[GitHub] [pulsar-client-go] banishee opened a new issue #57: the function Send() performance

2019-08-20 Thread GitBox
banishee opened a new issue #57: the function Send() performance URL: https://github.com/apache/pulsar-client-go/issues/57 ## Expected behavior I want to send a quantity of messages using this pulsar-client-go, and I hope it can be done in less than 1 second ## Actual

[GitHub] [pulsar] jiazhai commented on issue #4742: function apply protobuf input.

2019-08-20 Thread GitBox
jiazhai commented on issue #4742: function apply protobuf input. URL: https://github.com/apache/pulsar/issues/4742#issuecomment-522867179 @YangZunYu @sijie How about move this into 2.5.0? This is an automated message from

[GitHub] [pulsar] bicouy0 commented on issue #4721: Flink pulsar sink NotSerializableException

2019-08-20 Thread GitBox
bicouy0 commented on issue #4721: Flink pulsar sink NotSerializableException URL: https://github.com/apache/pulsar/issues/4721#issuecomment-522871934 Seems like `org.apache.pulsar.client.impl.conf.ProducerConfigurationData` throws the exception : ```scala import

[GitHub] [pulsar-client-go] wolfstudy closed issue #30: Talk about `grabcnx` logic

2019-08-20 Thread GitBox
wolfstudy closed issue #30: Talk about `grabcnx` logic URL: https://github.com/apache/pulsar-client-go/issues/30 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] freeznet opened a new pull request #4986: [Issue 4971] fix docker image not have cpp client installed

2019-08-20 Thread GitBox
freeznet opened a new pull request #4986: [Issue 4971] fix docker image not have cpp client installed URL: https://github.com/apache/pulsar/pull/4986 Fixes #4971 ### Motivation - currently go function require cpp client lib to execute, but cpp client is not installed

[GitHub] [pulsar] codelipenghui opened a new pull request #4987: Trim deleted entries after recover cursor.

2019-08-20 Thread GitBox
codelipenghui opened a new pull request #4987: Trim deleted entries after recover cursor. URL: https://github.com/apache/pulsar/pull/4987 ### Motivation While broker recover a cursor, broker will dispatch all messages after the last mark delete entry, so is user has an early

[GitHub] [pulsar] banishee closed issue #4983: [cgo client] The function Send(ctx, msg) performance is not good

2019-08-20 Thread GitBox
banishee closed issue #4983: [cgo client] The function Send(ctx, msg) performance is not good URL: https://github.com/apache/pulsar/issues/4983 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] fxbing opened a new issue #4984: AdminMultiHostTest, CLITest, HealthcheckTest and PulsarFunctionsProcessTest failed

2019-08-20 Thread GitBox
fxbing opened a new issue #4984: AdminMultiHostTest, CLITest, HealthcheckTest and PulsarFunctionsProcessTest failed URL: https://github.com/apache/pulsar/issues/4984 Details: https://builds.apache.org/job/pulsar_precommit_integrationtests/10076/console ```bash

[GitHub] [pulsar] fxbing opened a new issue #4985: BinaryLookupServiceTest.basicLookup failed

2019-08-20 Thread GitBox
fxbing opened a new issue #4985: BinaryLookupServiceTest.basicLookup failed URL: https://github.com/apache/pulsar/issues/4985 Details: https://builds.apache.org/job/pulsar_precommit_cpp/9109/console ```bash [11/156] BinaryLookupServiceTest.basicLookup (1587 ms)

[GitHub] [pulsar] fxbing commented on issue #4984: AdminMultiHostTest, CLITest, HealthcheckTest and PulsarFunctionsProcessTest failed

2019-08-20 Thread GitBox
fxbing commented on issue #4984: AdminMultiHostTest, CLITest, HealthcheckTest and PulsarFunctionsProcessTest failed URL: https://github.com/apache/pulsar/issues/4984#issuecomment-522941281 #4963 This is an automated message

[GitHub] [pulsar] fxbing commented on issue #4985: BinaryLookupServiceTest.basicLookup failed

2019-08-20 Thread GitBox
fxbing commented on issue #4985: BinaryLookupServiceTest.basicLookup failed URL: https://github.com/apache/pulsar/issues/4985#issuecomment-522941194 #4963 This is an automated message from the Apache Git Service. To respond

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

2019-08-20 Thread GitBox
fxbing commented on issue #4963: Add more config for auto-topic-creation URL: https://github.com/apache/pulsar/pull/4963#issuecomment-522943901 run C++ / Python Tests run Integration Tests This is an automated message from

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

2019-08-20 Thread GitBox
fxbing commented on issue #4963: Add more config for auto-topic-creation URL: https://github.com/apache/pulsar/pull/4963#issuecomment-522944076 run C++ Tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] jiazhai commented on issue #4803: Pulsar schema doesn't support null value

2019-08-20 Thread GitBox
jiazhai commented on issue #4803: Pulsar schema doesn't support null value URL: https://github.com/apache/pulsar/issues/4803#issuecomment-522866598 move this into 2.5.0, since PR has already moved. This is an automated

[GitHub] [pulsar] jiazhai commented on issue #4804: KeyValue schema doesn't handle null key and null value well

2019-08-20 Thread GitBox
jiazhai commented on issue #4804: KeyValue schema doesn't handle null key and null value well URL: https://github.com/apache/pulsar/issues/4804#issuecomment-522866401 @sijie How about move this into 2.5.0? This is an

[GitHub] [pulsar-client-go] wolfstudy commented on issue #57: the function Send() performance

2019-08-20 Thread GitBox
wolfstudy commented on issue #57: the function Send() performance URL: https://github.com/apache/pulsar-client-go/issues/57#issuecomment-522879959 I use the built-in perf tool to test, the configuration information is as follows: ``` INFO[12:22:41.044] Producer config: {

[GitHub] [pulsar-client-go] banishee closed issue #57: The function Send() performance

2019-08-20 Thread GitBox
banishee closed issue #57: The function Send() performance URL: https://github.com/apache/pulsar-client-go/issues/57 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar-client-go] wolfstudy merged pull request #56: [Issue:30] Support seek logic and add test case

2019-08-20 Thread GitBox
wolfstudy merged pull request #56: [Issue:30] Support seek logic and add test case URL: https://github.com/apache/pulsar-client-go/pull/56 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar-client-go] branch master updated: [Issue:30] Support seek logic and add test case (#56)

2019-08-20 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git The following commit(s) were added to refs/heads/master by this push: new 49b7a3c [Issue:30] Support seek logic

[GitHub] [pulsar] fxbing removed a comment on issue #4963: Add more config for auto-topic-creation

2019-08-20 Thread GitBox
fxbing removed a comment on issue #4963: Add more config for auto-topic-creation URL: https://github.com/apache/pulsar/pull/4963#issuecomment-522944076 run C++ Tests This is an automated message from the Apache Git Service.

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

2019-08-20 Thread GitBox
fxbing commented on issue #4963: Add more config for auto-topic-creation URL: https://github.com/apache/pulsar/pull/4963#issuecomment-522944433 run cpp tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] wolfstudy commented on issue #4983: [apache/pulsar-client-go] the function Send(ctx, msg) performance is not good

2019-08-20 Thread GitBox
wolfstudy commented on issue #4983: [apache/pulsar-client-go] the function Send(ctx,msg) performance is not good URL: https://github.com/apache/pulsar/issues/4983#issuecomment-522922306 Now, the go client depends on the cpp client. When we send the message every time, we will call the

[pulsar] branch asf-site updated: Updated site at revision aa77572

2019-08-20 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 8ab46ae Updated site at revision aa77572

[GitHub] [pulsar] jiazhai commented on issue #4831: Pulsar schema doesn't do compatibility check for primitive types

2019-08-20 Thread GitBox
jiazhai commented on issue #4831: Pulsar schema doesn't do compatibility check for primitive types URL: https://github.com/apache/pulsar/issues/4831#issuecomment-522968301 @sijie @congbobo184 I am trying to do 2.4.1 release. How about move this into 2.5.0?

[GitHub] [pulsar] jiazhai commented on issue #4158: Create more offloader indices per each block uploaded to 2nd tier

2019-08-20 Thread GitBox
jiazhai commented on issue #4158: Create more offloader indices per each block uploaded to 2nd tier URL: https://github.com/apache/pulsar/pull/4158#issuecomment-522967801 @matteo How about move this into 2.5.0? This is an

[GitHub] [pulsar] jiazhai commented on issue #4932: Functions BC issue with 2.3.1 client in regards to resources

2019-08-20 Thread GitBox
jiazhai commented on issue #4932: Functions BC issue with 2.3.1 client in regards to resources URL: https://github.com/apache/pulsar/pull/4932#issuecomment-522968640 We are preparing 2.4.1 release, It would be good to fix this soon. or we could move this into 2.5.0?

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4968: [doc] Configure Pulsar Functions

2019-08-20 Thread GitBox
Jennifer88huang commented on a change in pull request #4968: [doc] Configure Pulsar Functions URL: https://github.com/apache/pulsar/pull/4968#discussion_r315630838 ## File path: site2/docs/functions-configure.md ## @@ -0,0 +1,190 @@ +# Configure Pulsar Functions Review

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4968: [doc] Configure Pulsar Functions

2019-08-20 Thread GitBox
Jennifer88huang commented on a change in pull request #4968: [doc] Configure Pulsar Functions URL: https://github.com/apache/pulsar/pull/4968#discussion_r315634427 ## File path: site2/docs/functions-configure.md ## @@ -0,0 +1,189 @@ +# Pulsar Functions configure Review

[GitHub] [pulsar] sijie commented on issue #4986: [Issue 4971] fix docker image not have cpp client installed

2019-08-20 Thread GitBox
sijie commented on issue #4986: [Issue 4971] fix docker image not have cpp client installed URL: https://github.com/apache/pulsar/pull/4986#issuecomment-523259681 run integration tests This is an automated message from the

[GitHub] [pulsar] sijie commented on a change in pull request #4989: Add checkstyle validation and fix style violations in the common module

2019-08-20 Thread GitBox
sijie commented on a change in pull request #4989: Add checkstyle validation and fix style violations in the common module URL: https://github.com/apache/pulsar/pull/4989#discussion_r315968491 ## File path:

[GitHub] [pulsar] vzhikserg opened a new pull request #4989: Add checkstyle validation and fix style violations in the common module

2019-08-20 Thread GitBox
vzhikserg opened a new pull request #4989: Add checkstyle validation and fix style violations in the common module URL: https://github.com/apache/pulsar/pull/4989 ### Modifications The following changes were made in this pull request: - Configured the checkstyle plugin -

[GitHub] [pulsar] codelipenghui commented on issue #4955: [WIP] [PIP-39] Introduce system topic and topic policies service

2019-08-20 Thread GitBox
codelipenghui commented on issue #4955: [WIP] [PIP-39] Introduce system topic and topic policies service URL: https://github.com/apache/pulsar/pull/4955#issuecomment-523249107 run Integration Tests This is an automated

[GitHub] [pulsar] codelipenghui commented on issue #4910: [doc] Add a documentation page for metrics reference

2019-08-20 Thread GitBox
codelipenghui commented on issue #4910: [doc] Add a documentation page for metrics reference URL: https://github.com/apache/pulsar/pull/4910#issuecomment-523241068 run java8 tests This is an automated message from the Apache

[pulsar-client-node.wiki] branch master updated: Updated Release process (markdown)

2019-08-20 Thread massakam
This is an automated email from the ASF dual-hosted git repository. massakam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.wiki.git The following commit(s) were added to refs/heads/master by this push: new dad92d8 Updated Release

[GitHub] [pulsar] sijie merged pull request #4910: [doc] Add a documentation page for metrics reference

2019-08-20 Thread GitBox
sijie merged pull request #4910: [doc] Add a documentation page for metrics reference URL: https://github.com/apache/pulsar/pull/4910 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] wolfstudy commented on issue #4988: Producer create method blocked forever

2019-08-20 Thread GitBox
wolfstudy commented on issue #4988: Producer create method blocked forever URL: https://github.com/apache/pulsar/issues/4988#issuecomment-523265675 > there are no partitions available in the broker, By default, when the used topic is not created, the specified topic is

[pulsar] branch master updated (bd8abcc -> 5631067)

2019-08-20 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from bd8abcc Fix pull request 4700 (#4951) add 5631067 [doc] Add a documentation page for metrics reference (#4910)

[GitHub] [pulsar] wolfstudy edited a comment on issue #4988: Producer create method blocked forever

2019-08-20 Thread GitBox
wolfstudy edited a comment on issue #4988: Producer create method blocked forever URL: https://github.com/apache/pulsar/issues/4988#issuecomment-523265675 > there are no partitions available in the broker, @tcbuzor I am not sure if this is a problem. By default, when the used topic

[GitHub] [pulsar] sijie commented on issue #4982: Pulsar SQL unusable when topic contains malformed message

2019-08-20 Thread GitBox
sijie commented on issue #4982: Pulsar SQL unusable when topic contains malformed message URL: https://github.com/apache/pulsar/issues/4982#issuecomment-523270820 It seems to me that we can provide a flag to allow skipping the corrupted messages. /cc @codelipenghui @congbobo184

[GitHub] [pulsar] tuteng opened a new issue #4990: [website]Tab page, click no response

2019-08-20 Thread GitBox
tuteng opened a new issue #4990: [website]Tab page, click no response URL: https://github.com/apache/pulsar/issues/4990 **Describe the bug** ![image](https://user-images.githubusercontent.com/1907867/63401926-b44adc00-c40b-11e9-93e9-86b7e78572ea.png) **To Reproduce** Steps

[GitHub] [pulsar] sijie commented on issue #4977: Unable to delete schema from topic after getting schema into a certain state

2019-08-20 Thread GitBox
sijie commented on issue #4977: Unable to delete schema from topic after getting schema into a certain state URL: https://github.com/apache/pulsar/issues/4977#issuecomment-523267544 @MrBlueMoo It is a known bug in 2.4.0 when handling deleted schema. The issue is fixed by #4669 and will be

[GitHub] [pulsar] sijie commented on issue #4976: Pulsar SQL can not query the latest ingested event in a topic , but Pulsar Consumer/Read always can.

2019-08-20 Thread GitBox
sijie commented on issue #4976: Pulsar SQL can not query the latest ingested event in a topic , but Pulsar Consumer/Read always can. URL: https://github.com/apache/pulsar/issues/4976#issuecomment-523268619 @frank-dkvan this is a known issue of #3828. because Pulsar doesn't flush LAC

[GitHub] [pulsar] sijie commented on issue #4183: [Issue 3112][Broker Prometheus Metrics]Fix Duplicate Prometheus TYPE fix and add test

2019-08-20 Thread GitBox
sijie commented on issue #4183: [Issue 3112][Broker Prometheus Metrics]Fix Duplicate Prometheus TYPE fix and add test URL: https://github.com/apache/pulsar/pull/4183#issuecomment-523264253 ping @merlimat @jerrypeng This is

[GitHub] [pulsar] sijie commented on issue #4978: Pulsar - K8S : admin pod should use the broker service instead of proxy service to discover brokers

2019-08-20 Thread GitBox
sijie commented on issue #4978: Pulsar - K8S : admin pod should use the broker service instead of proxy service to discover brokers URL: https://github.com/apache/pulsar/issues/4978#issuecomment-523269225 @guillaume-braibant +1

[GitHub] [pulsar] Jennifer88huang commented on issue #4968: [doc] Configure Pulsar Functions

2019-08-20 Thread GitBox
Jennifer88huang commented on issue #4968: [doc] Configure Pulsar Functions URL: https://github.com/apache/pulsar/pull/4968#issuecomment-523279501 @sijie Sure, thanks for your reminder. Done. This is an automated message from

[GitHub] [pulsar] codelipenghui commented on issue #4621: [PIP-38] Support batch receive in java client.

2019-08-20 Thread GitBox
codelipenghui commented on issue #4621: [PIP-38] Support batch receive in java client. URL: https://github.com/apache/pulsar/pull/4621#issuecomment-523285243 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] tuteng opened a new pull request #4991: [website] Fix the problem that tab click on the page did not response.

2019-08-20 Thread GitBox
tuteng opened a new pull request #4991: [website] Fix the problem that tab click on the page did not response. URL: https://github.com/apache/pulsar/pull/4991 Fixes https://github.com/apache/pulsar/issues/4990 Master Issue: https://github.com/apache/pulsar/issues/4990 ###

[GitHub] [pulsar] tcbuzor opened a new issue #4988: Producer create method blocked forever

2019-08-20 Thread GitBox
tcbuzor opened a new issue #4988: Producer create method blocked forever URL: https://github.com/apache/pulsar/issues/4988 **Describe the bug** When we call the create method from the producer and there are no partitions available in the broker, the create method never returns and the

[GitHub] [pulsar] codelipenghui commented on issue #4910: [doc] Add a documentation page for metrics reference

2019-08-20 Thread GitBox
codelipenghui commented on issue #4910: [doc] Add a documentation page for metrics reference URL: https://github.com/apache/pulsar/pull/4910#issuecomment-522987121 run java8 tests This is an automated message from the Apache

[GitHub] [pulsar] sijie merged pull request #4951: Fix pull request 4700

2019-08-20 Thread GitBox
sijie merged pull request #4951: Fix pull request 4700 URL: https://github.com/apache/pulsar/pull/4951 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[pulsar] branch master updated (aa77572 -> bd8abcc)

2019-08-20 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from aa77572 [transaction] Add transaction coordinator client (#4953) add bd8abcc Fix pull request 4700 (#4951) No

[GitHub] [pulsar] sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe

2019-08-20 Thread GitBox
sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe URL: https://github.com/apache/pulsar/pull/4960#discussion_r315674284 ## File path:

[GitHub] [pulsar] sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe

2019-08-20 Thread GitBox
sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe URL: https://github.com/apache/pulsar/pull/4960#discussion_r315675315 ## File path:

[GitHub] [pulsar] sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe

2019-08-20 Thread GitBox
sijie commented on a change in pull request #4960: Consumer subscribe with AutoConsumeSchema will throw npe URL: https://github.com/apache/pulsar/pull/4960#discussion_r315674335 ## File path:

[GitHub] [pulsar] sijie commented on issue #4840: Pulsar schema admin API doesn't support uploading key/value schema

2019-08-20 Thread GitBox
sijie commented on issue #4840: Pulsar schema admin API doesn't support uploading key/value schema URL: https://github.com/apache/pulsar/issues/4840#issuecomment-523019204 @jiazhai I think #4877 already fixes it and it is in 2.5.0.

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #58: Add some test cases for project

2019-08-20 Thread GitBox
wolfstudy opened a new pull request #58: Add some test cases for project URL: https://github.com/apache/pulsar-client-go/pull/58 Signed-off-by: xiaolong.ran ### Motivation Add some test cases as follows: - TestConsumer_EventTime - TestNonPersistentTopic

[GitHub] [pulsar] david-streamlio commented on issue #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
david-streamlio commented on issue #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#issuecomment-523028387 @feathj It looks like this PR was never assigned a reviewer. It is ready to go, so I will see if I can get someone to review it

[GitHub] [pulsar] sijie commented on issue #4831: Pulsar schema doesn't do compatibility check for primitive types

2019-08-20 Thread GitBox
sijie commented on issue #4831: Pulsar schema doesn't do compatibility check for primitive types URL: https://github.com/apache/pulsar/issues/4831#issuecomment-523001893 moved to 2.5.0 This is an automated message from the

[GitHub] [pulsar] ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#discussion_r315737840 ## File path: pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/KinesisRecord.java ## @@ -0,0

[GitHub] [pulsar] ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#discussion_r315742512 ## File path: pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/KinesisRecordProcessor.java ##

[GitHub] [pulsar] ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#discussion_r315743187 ## File path: pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/KinesisRecordProcessor.java ##

[GitHub] [pulsar] ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#discussion_r315743052 ## File path: pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/KinesisRecordProcessor.java ##

[GitHub] [pulsar] ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector

2019-08-20 Thread GitBox
ivankelly commented on a change in pull request #3784: Pulsar-IO: Added Kinesis Source Connector URL: https://github.com/apache/pulsar/pull/3784#discussion_r315736893 ## File path: pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/BaseKinesisConfig.java ## @@