[GitHub] [pulsar] jiazhai commented on issue #3924: [Pulsar IO]: Add a source connector for debezium postgres

2019-03-29 Thread GitBox
jiazhai commented on issue #3924: [Pulsar IO]: Add a source connector for debezium postgres URL: https://github.com/apache/pulsar/pull/3924#issuecomment-477896701 run java8 tests This is an automated message from the Apache G

[GitHub] [pulsar] hlouf opened a new pull request #3936: Update FlinkPulsarProducer.java

2019-03-29 Thread GitBox
hlouf opened a new pull request #3936: Update FlinkPulsarProducer.java URL: https://github.com/apache/pulsar/pull/3936 When do pulsar and Flink streamingWordCountTest,I get a error with( Producer send queue is full),then i modify the code create producer.This problem has been solved.I sugg

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

2019-03-29 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 b78399b Updated site at revision 07030e3 b7

[GitHub] [pulsar] skyrocknroll commented on issue #3927: Added information about generate key location for jwt.

2019-03-29 Thread GitBox
skyrocknroll commented on issue #3927: Added information about generate key location for jwt. URL: https://github.com/apache/pulsar/pull/3927#issuecomment-477926940 @jiazhai Done This is an automated message from the Apache

[GitHub] [pulsar] murong00 opened a new pull request #3937: [pulsar-io] Some minor improvement of RabbitMQ IO Source

2019-03-29 Thread GitBox
murong00 opened a new pull request #3937: [pulsar-io] Some minor improvement of RabbitMQ IO Source URL: https://github.com/apache/pulsar/pull/3937 ### Motivation This PR try to add some specific config for RabbitMQ IO Source to support setting `basicQos` and `ack`. ### Modif

[GitHub] [pulsar] foreversunyao commented on issue #3915: (WIP) [PIP28][PROXY] Pulsar Proxy Gateway Improvement

2019-03-29 Thread GitBox
foreversunyao commented on issue #3915: (WIP) [PIP28][PROXY] Pulsar Proxy Gateway Improvement URL: https://github.com/apache/pulsar/pull/3915#issuecomment-477961309 > @foreversunyao I prepended `(WIP)` in the caption. feel free to remove it when it is ready for reviews. sure, still

[GitHub] [pulsar] massakam opened a new pull request #3938: Upgrade third party libraries with security vulnerabilities

2019-03-29 Thread GitBox
massakam opened a new pull request #3938: Upgrade third party libraries with security vulnerabilities URL: https://github.com/apache/pulsar/pull/3938 ### Motivation The Pulsar distribution includes some third-party libraries with security vulnerabilities. - jackson-databind-2

[GitHub] [pulsar] shiv4289 opened a new issue #3939: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
shiv4289 opened a new issue #3939: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/issues/3939 **Is your feature request related to a problem? Please describe.** We recently enabled JWT based authentication on our brokers. Though the native pu

[GitHub] [pulsar] sijie opened a new pull request #3940: [schema] store schema type correctly in schema registry

2019-03-29 Thread GitBox
sijie opened a new pull request #3940: [schema] store schema type correctly in schema registry URL: https://github.com/apache/pulsar/pull/3940 *Motivation* Fixes #3925 We have 3 places of defining schema type enums. We kept adding new schema type in pulsar-common. However w

[GitHub] [pulsar] sijie commented on issue #3940: [schema] store schema type correctly in schema registry

2019-03-29 Thread GitBox
sijie commented on issue #3940: [schema] store schema type correctly in schema registry URL: https://github.com/apache/pulsar/pull/3940#issuecomment-477978563 I verified the change fixes the debezium connector issue. However I need to add more unit test and integration tests for this PR.

[GitHub] [pulsar] tuteng opened a new pull request #3941: [Issue 3837][pulsar-client-tools]Delete schema when deleting a topic

2019-03-29 Thread GitBox
tuteng opened a new pull request #3941: [Issue 3837][pulsar-client-tools]Delete schema when deleting a topic URL: https://github.com/apache/pulsar/pull/3941 Master Issue: #3837 ### Motivation * Providing an option to delete schema when deleting a topic. ### Modific

[GitHub] [pulsar] jiazhai commented on issue #3940: [schema] store schema type correctly in schema registry

2019-03-29 Thread GitBox
jiazhai commented on issue #3940: [schema] store schema type correctly in schema registry URL: https://github.com/apache/pulsar/pull/3940#issuecomment-477986840 verified, and worked well now. Thanks @sijie for the fix. This i

[GitHub] [pulsar] massakam commented on issue #3938: Upgrade third party libraries with security vulnerabilities

2019-03-29 Thread GitBox
massakam commented on issue #3938: Upgrade third party libraries with security vulnerabilities URL: https://github.com/apache/pulsar/pull/3938#issuecomment-477987265 rerun java8 tests rerun cpp tests This is an automated m

[GitHub] [pulsar] liketic commented on issue #3837: Provide an option to delete schema when deleting a topic

2019-03-29 Thread GitBox
liketic commented on issue #3837: Provide an option to delete schema when deleting a topic URL: https://github.com/apache/pulsar/issues/3837#issuecomment-477992226 Hi @sijie , I'm happy to work on this. From what I understand, we need to add an argument which may be called ```deleteSchema`

[GitHub] [pulsar] liketic opened a new pull request #3942: Remove the exception which will never be thrown

2019-03-29 Thread GitBox
liketic opened a new pull request #3942: Remove the exception which will never be thrown URL: https://github.com/apache/pulsar/pull/3942 The exception ```MalformedURLException``` will never be thrown in ```PulsarClientTool.java```.

[GitHub] [pulsar] tuteng commented on issue #3837: Provide an option to delete schema when deleting a topic

2019-03-29 Thread GitBox
tuteng commented on issue #3837: Provide an option to delete schema when deleting a topic URL: https://github.com/apache/pulsar/issues/3837#issuecomment-477996157 @liketic I just submitted this https://github.com/apache/pulsar/pull/3941 -

[GitHub] [pulsar] liketic opened a new pull request #3943: Remove deprecated PersistentTopics in favor of Topics

2019-03-29 Thread GitBox
liketic opened a new pull request #3943: Remove deprecated PersistentTopics in favor of Topics URL: https://github.com/apache/pulsar/pull/3943 The ```PersistentTopics``` was been deprecated in 2.0, which can be replaced with Topics completely. Remove it in favor of ```topics```.

[GitHub] [pulsar] skyrocknroll opened a new issue #3944: Support JWT Token Authentication in Support Dashboard

2019-03-29 Thread GitBox
skyrocknroll opened a new issue #3944: Support JWT Token Authentication in Support Dashboard URL: https://github.com/apache/pulsar/issues/3944 **Is your feature request related to a problem? Please describe.** Dashboard does not support authentication using JWT token **Describe the so

[GitHub] [pulsar] skyrocknroll opened a new pull request #3945: [#3944][dashboard]Dashboard authentication support for JWT token

2019-03-29 Thread GitBox
skyrocknroll opened a new pull request #3945: [#3944][dashboard]Dashboard authentication support for JWT token URL: https://github.com/apache/pulsar/pull/3945 Signed-off-by: Yuvaraj Loganathan <-- ### Contribution Checklist * Added support for jwt token authentication. *

[GitHub] [pulsar] ambition119 commented on issue #3939: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
ambition119 commented on issue #3939: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/issues/3939#issuecomment-478042421 Add org.apache.pulsar.client.impl.auth.AuthenticationJwt to solve JWT authorization. I will try to develop if everyone agrees

[GitHub] [pulsar] merlimat closed issue #3926: Add option to delete counter in python functions state

2019-03-29 Thread GitBox
merlimat closed issue #3926: Add option to delete counter in python functions state URL: https://github.com/apache/pulsar/issues/3926 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [pulsar] merlimat merged pull request #3930: [Issue 3926][functions] Add delete counter in python functions state_context

2019-03-29 Thread GitBox
merlimat merged pull request #3930: [Issue 3926][functions] Add delete counter in python functions state_context URL: https://github.com/apache/pulsar/pull/3930 This is an automated message from the Apache Git Service. To re

[pulsar] branch master updated: [Issue 3926][functions] Add delete counter in python functions state_context (#3930)

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 08c97f7 [Issue 3926][functions] Add delete coun

[GitHub] [pulsar] merlimat commented on issue #3938: Upgrade third party libraries with security vulnerabilities

2019-03-29 Thread GitBox
merlimat commented on issue #3938: Upgrade third party libraries with security vulnerabilities URL: https://github.com/apache/pulsar/pull/3938#issuecomment-478056898 run java8 tests This is an automated message from the Apach

[GitHub] [pulsar] merlimat merged pull request #3940: [schema] store schema type correctly in schema registry

2019-03-29 Thread GitBox
merlimat merged pull request #3940: [schema] store schema type correctly in schema registry URL: https://github.com/apache/pulsar/pull/3940 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated: [schema] store schema type correctly in schema registry (#3940)

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 7e7175d [schema] store schema type correctly in

[GitHub] [pulsar] merlimat closed issue #3925: Meet schema error while using debezium source.

2019-03-29 Thread GitBox
merlimat closed issue #3925: Meet schema error while using debezium source. URL: https://github.com/apache/pulsar/issues/3925 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478057299 rerun tests please This is an automated mess

[GitHub] [pulsar] skyrocknroll commented on issue #3944: Support JWT Token Authentication in Support Dashboard

2019-03-29 Thread GitBox
skyrocknroll commented on issue #3944: Support JWT Token Authentication in Support Dashboard URL: https://github.com/apache/pulsar/issues/3944#issuecomment-478061250 https://github.com/apache/pulsar/pull/3945 This is an autom

[GitHub] [pulsar] merlimat commented on issue #3890: By default use `journalFormatVersionToWrite=5` for Bookie journal

2019-03-29 Thread GitBox
merlimat commented on issue #3890: By default use `journalFormatVersionToWrite=5` for Bookie journal URL: https://github.com/apache/pulsar/pull/3890#issuecomment-478061261 run integration tests This is an automated me

[GitHub] [pulsar] jerrypeng commented on issue #3715: Pulsar functions worker fails to initialize

2019-03-29 Thread GitBox
jerrypeng commented on issue #3715: Pulsar functions worker fails to initialize URL: https://github.com/apache/pulsar/issues/3715#issuecomment-478065003 @sijie some users who do not have tiered storage turned on are also reporting this problem --

[GitHub] [pulsar] jerrypeng commented on issue #3913: Fixed manual offloading when the last ledger is empty

2019-03-29 Thread GitBox
jerrypeng commented on issue #3913: Fixed manual offloading when the last ledger is empty URL: https://github.com/apache/pulsar/pull/3913#issuecomment-478072570 rerun cpp tests This is an automated message from the Apache Git

[GitHub] [pulsar] rdhabalia commented on issue #3933: [pulsar-broker] Introduce tenant based bookie isolation

2019-03-29 Thread GitBox
rdhabalia commented on issue #3933: [pulsar-broker] Introduce tenant based bookie isolation URL: https://github.com/apache/pulsar/pull/3933#issuecomment-478080357 rerun java8 tests This is an automated message from the Apache

[GitHub] [pulsar] rdhabalia removed a comment on issue #3933: [pulsar-broker] Introduce tenant based bookie isolation

2019-03-29 Thread GitBox
rdhabalia removed a comment on issue #3933: [pulsar-broker] Introduce tenant based bookie isolation URL: https://github.com/apache/pulsar/pull/3933#issuecomment-477798209 rerun java8 tests This is an automated message from th

[pulsar] branch master updated: Fixed manual offloading when the last ledger is empty (#3913)

2019-03-29 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng 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 534bddc Fixed manual offloading when the las

[GitHub] [pulsar] jerrypeng merged pull request #3913: Fixed manual offloading when the last ledger is empty

2019-03-29 Thread GitBox
jerrypeng merged pull request #3913: Fixed manual offloading when the last ledger is empty URL: https://github.com/apache/pulsar/pull/3913 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] merlimat commented on issue #3766: Support passing schema definition for JSON and AVRO schemas

2019-03-29 Thread GitBox
merlimat commented on issue #3766: Support passing schema definition for JSON and AVRO schemas URL: https://github.com/apache/pulsar/pull/3766#issuecomment-478091472 Pushing to 2.3.1 since #3752 was marked fro 2.3.1 and it now depends on this one -

[GitHub] [pulsar] skyrocknroll commented on issue #3945: [#3944][dashboard]Dashboard authentication support for JWT token

2019-03-29 Thread GitBox
skyrocknroll commented on issue #3945: [#3944][dashboard]Dashboard authentication support for JWT token URL: https://github.com/apache/pulsar/pull/3945#issuecomment-478095206 @sijieg please review This is an automated message

[GitHub] [pulsar] merlimat commented on issue #3910: [issue #3895] Bugfix for non partitioned topic create

2019-03-29 Thread GitBox
merlimat commented on issue #3910: [issue #3895] Bugfix for non partitioned topic create URL: https://github.com/apache/pulsar/pull/3910#issuecomment-478101257 Moving to 2.4 since the feature being fixed was not there in 2.3

[GitHub] [pulsar] lovelle opened a new pull request #3946: Bugfix an unload non-existent topic

2019-03-29 Thread GitBox
lovelle opened a new pull request #3946: Bugfix an unload non-existent topic URL: https://github.com/apache/pulsar/pull/3946 *Motivation* Fixes #3935 When an unload operation is being made to an non-existent topic a null pointer exception is thrown due to bad handling excep

[GitHub] [pulsar] merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478107372 retest this please This is an automated mess

[GitHub] [pulsar] srkukarni opened a new pull request #3947: Support https links for Source/Sinks

2019-03-29 Thread GitBox
srkukarni opened a new pull request #3947: Support https links for Source/Sinks URL: https://github.com/apache/pulsar/pull/3947 ### Motivation Currently we support submitting sources/sinks with an archive thats a weblink. This support is restricted to http links only. This pr adds suppor

[GitHub] [pulsar] merlimat commented on issue #3747: Closing FunctionAssignmentTailer should handle ConsumerAlreadyClosedException

2019-03-29 Thread GitBox
merlimat commented on issue #3747: Closing FunctionAssignmentTailer should handle ConsumerAlreadyClosedException URL: https://github.com/apache/pulsar/pull/3747#issuecomment-478107968 retest this please This is an aut

[GitHub] [pulsar] merlimat commented on issue #3938: Upgrade third party libraries with security vulnerabilities

2019-03-29 Thread GitBox
merlimat commented on issue #3938: Upgrade third party libraries with security vulnerabilities URL: https://github.com/apache/pulsar/pull/3938#issuecomment-478108796 run cpp tests This is an automated message from the Apache

[GitHub] [pulsar] merlimat commented on issue #3934: fix submit function via url

2019-03-29 Thread GitBox
merlimat commented on issue #3934: fix submit function via url URL: https://github.com/apache/pulsar/pull/3934#issuecomment-478109020 @jerrypeng There seems to be genuine test failure: ``` java.lang.NullPointerException at org.apache.pulsar.io.PulsarFunctionE2ETest

[GitHub] [pulsar] jerrypeng commented on a change in pull request #3947: Support https links for Source/Sinks

2019-03-29 Thread GitBox
jerrypeng commented on a change in pull request #3947: Support https links for Source/Sinks URL: https://github.com/apache/pulsar/pull/3947#discussion_r270534470 ## File path: pulsar-functions/utils/src/main/java/org/apache/pulsar/functions/utils/Utils.java ## @@ -331,7 +

[GitHub] [pulsar] jerrypeng commented on a change in pull request #3947: Support https links for Source/Sinks

2019-03-29 Thread GitBox
jerrypeng commented on a change in pull request #3947: Support https links for Source/Sinks URL: https://github.com/apache/pulsar/pull/3947#discussion_r270534556 ## File path: pulsar-functions/utils/src/main/java/org/apache/pulsar/functions/utils/Utils.java ## @@ -331,7 +

[GitHub] [pulsar] srkukarni closed pull request #3947: Support https links for Source/Sinks

2019-03-29 Thread GitBox
srkukarni closed pull request #3947: Support https links for Source/Sinks URL: https://github.com/apache/pulsar/pull/3947 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [pulsar] srkukarni commented on issue #3947: Support https links for Source/Sinks

2019-03-29 Thread GitBox
srkukarni commented on issue #3947: Support https links for Source/Sinks URL: https://github.com/apache/pulsar/pull/3947#issuecomment-478110721 @jerrypeng you are right! This is an automated message from the Apache Git Service

[GitHub] [pulsar] jerrypeng commented on issue #3934: fix submit function via url

2019-03-29 Thread GitBox
jerrypeng commented on issue #3934: fix submit function via url URL: https://github.com/apache/pulsar/pull/3934#issuecomment-478110841 @merlimat this just means the prometheus stats did not have the function stats in them. Its a timing issue because I am trying to download the jar from a

[GitHub] [pulsar] lovelle commented on issue #3946: [issue #3935] Bugfix an unload non-existent topic

2019-03-29 Thread GitBox
lovelle commented on issue #3946: [issue #3935] Bugfix an unload non-existent topic URL: https://github.com/apache/pulsar/pull/3946#issuecomment-478131308 run java8 tests This is an automated message from the Apache Git Servi

[GitHub] [pulsar] merlimat merged pull request #3938: Upgrade third party libraries with security vulnerabilities

2019-03-29 Thread GitBox
merlimat merged pull request #3938: Upgrade third party libraries with security vulnerabilities URL: https://github.com/apache/pulsar/pull/3938 This is an automated message from the Apache Git Service. To respond to the mess

[pulsar] branch master updated: Upgrade third party libraries with security vulnerabilities (#3938)

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 c463a04 Upgrade third party libraries with secu

[pulsar] branch branch-2.3 updated (52fc45e -> cbd2f64)

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 52fc45e Release 2.3.0 new c579954 fix: add retry and wait for kubernetes creation/deletion (#3603) n

[GitHub] [pulsar] oliverisaac opened a new issue #3948: 2.3.0 Broker Gets "Insufficient configured threads"

2019-03-29 Thread GitBox
oliverisaac opened a new issue #3948: 2.3.0 Broker Gets "Insufficient configured threads" URL: https://github.com/apache/pulsar/issues/3948 **Describe the bug** I am running Pulsar in a kubernetes cluster. When I upgrade to 2.3.0 I am unable to get it to listen for https requests. Jetty

[GitHub] [pulsar] shiv4289 opened a new pull request #3949: [issue 3939] [pulsar-flink]: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
shiv4289 opened a new pull request #3949: [issue 3939] [pulsar-flink]: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/pull/3949 ### Problem: pulsar-flink module (aka flink connector) internally uses pulsar-client. Though the pulsar client all

[GitHub] [pulsar] shiv4289 commented on issue #3939: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
shiv4289 commented on issue #3939: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/issues/3939#issuecomment-478142211 Hello, I submitted a PR at https://github.com/apache/pulsar/pull/3949 Please have a look and let me know your feedback.

[GitHub] [pulsar] shiv4289 edited a comment on issue #3939: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
shiv4289 edited a comment on issue #3939: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/issues/3939#issuecomment-478142211 Hello @ambition119 , I submitted a PR at https://github.com/apache/pulsar/pull/3949 Please have a look and let m

[GitHub] [pulsar] sijie commented on issue #3949: [issue 3939] [pulsar-flink]: Allow client authentication from pulsar-flink package

2019-03-29 Thread GitBox
sijie commented on issue #3949: [issue 3939] [pulsar-flink]: Allow client authentication from pulsar-flink package URL: https://github.com/apache/pulsar/pull/3949#issuecomment-478151770 run cpp tests run integration tests

[GitHub] [pulsar] sijie commented on a change in pull request #3946: [issue #3935] Bugfix an unload non-existent topic

2019-03-29 Thread GitBox
sijie commented on a change in pull request #3946: [issue #3935] Bugfix an unload non-existent topic URL: https://github.com/apache/pulsar/pull/3946#discussion_r270576429 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java ##

[GitHub] [pulsar] sijie commented on issue #3945: [#3944][dashboard]Dashboard authentication support for JWT token

2019-03-29 Thread GitBox
sijie commented on issue #3945: [#3944][dashboard]Dashboard authentication support for JWT token URL: https://github.com/apache/pulsar/pull/3945#issuecomment-478153822 run java8 tests This is an automated message from the Apa

[GitHub] [pulsar] sijie commented on issue #3942: Remove the exception which will never be thrown

2019-03-29 Thread GitBox
sijie commented on issue #3942: Remove the exception which will never be thrown URL: https://github.com/apache/pulsar/pull/3942#issuecomment-478154721 run java8 tests This is an automated message from the Apache Git Service. T

[GitHub] [pulsar] shiv4289 opened a new pull request #3950: [ERROR] Throw error explicitly on param value not in range

2019-03-29 Thread GitBox
shiv4289 opened a new pull request #3950: [ERROR] Throw error explicitly on param value not in range URL: https://github.com/apache/pulsar/pull/3950 ### Motivation The code checks if value is in valid range. If yes, sets it else ignores param and returns silently doing nothing.

[GitHub] [pulsar] sijie commented on issue #3936: Update FlinkPulsarProducer.java

2019-03-29 Thread GitBox
sijie commented on issue #3936: Update FlinkPulsarProducer.java URL: https://github.com/apache/pulsar/pull/3936#issuecomment-478157344 > Is there a detailed log or operation? @ambition119 you will only see such exception when running with large traffic. If you are just running an exa

[GitHub] [pulsar] sijie merged pull request #3924: [Pulsar IO]: Add a source connector for debezium postgres

2019-03-29 Thread GitBox
sijie merged pull request #3924: [Pulsar IO]: Add a source connector for debezium postgres URL: https://github.com/apache/pulsar/pull/3924 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated: [Pulsar IO]: Add a source connector for debezium postgres (#3924)

2019-03-29 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 4150f47 [Pulsar IO]: Add a source connector for

[pulsar] branch master updated: fix submit function via url (#3934)

2019-03-29 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk 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 5ea4231 fix submit function via url (#3934)

[GitHub] [pulsar] srkukarni merged pull request #3934: fix submit function via url

2019-03-29 Thread GitBox
srkukarni merged pull request #3934: fix submit function via url URL: https://github.com/apache/pulsar/pull/3934 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] sijie merged pull request #3923: Fix comments of schema compatibility strategy.

2019-03-29 Thread GitBox
sijie merged pull request #3923: Fix comments of schema compatibility strategy. URL: https://github.com/apache/pulsar/pull/3923 This is an automated message from the Apache Git Service. To respond to the message, please log o

[pulsar] branch master updated: Fix comments of schema compatibility strategy. (#3923)

2019-03-29 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 50fb65d Fix comments of schema compatibility str

[GitHub] [pulsar] sijie commented on issue #3854: [issue #3767] support go function for pulsar

2019-03-29 Thread GitBox
sijie commented on issue #3854: [issue #3767] support go function for pulsar URL: https://github.com/apache/pulsar/pull/3854#issuecomment-478160324 run java8 tests This is an automated message from the Apache Git Service. To r

[GitHub] [pulsar] sijie commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
sijie commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478160444 run integration tests run java8 tests This i

[GitHub] [pulsar] shiv4289 commented on issue #3936: Update the default producer settings for FlinkPulsarProducer

2019-03-29 Thread GitBox
shiv4289 commented on issue #3936: Update the default producer settings for FlinkPulsarProducer URL: https://github.com/apache/pulsar/pull/3936#issuecomment-478160570 > or we can improve the FlinkPulsarProducer to accept a `Map` settings for Producer and use `loadConf` to build the prod

[GitHub] [pulsar] merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478162360 I'm fixing one last issue in this change regarding the hostname verification that gets enabled by default. Th

[GitHub] [pulsar] KannarFr commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
KannarFr commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478164135 Nice! This is an automated message from the

[GitHub] [pulsar] merlimat commented on issue #3747: Closing FunctionAssignmentTailer should handle ConsumerAlreadyClosedException

2019-03-29 Thread GitBox
merlimat commented on issue #3747: Closing FunctionAssignmentTailer should handle ConsumerAlreadyClosedException URL: https://github.com/apache/pulsar/pull/3747#issuecomment-478170689 retest this please This is an aut

[pulsar] branch merlimat-patch-4 updated: Also set fileInfoFormatVersionToWrite=0

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch merlimat-patch-4 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/merlimat-patch-4 by this push: new 2ff9eb2 Also set fileInfoFo

[GitHub] [pulsar] merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478182559 run integration tests This is an automated m

[GitHub] [pulsar] merlimat closed issue #890: Intermittent test failure : org.apache.pulsar.broker.service.ReplicatorTest.testCloseReplicatorStartProducer

2019-03-29 Thread GitBox
merlimat closed issue #890: Intermittent test failure : org.apache.pulsar.broker.service.ReplicatorTest.testCloseReplicatorStartProducer URL: https://github.com/apache/pulsar/issues/890 This is an automated message from the

[GitHub] [pulsar] merlimat commented on issue #890: Intermittent test failure : org.apache.pulsar.broker.service.ReplicatorTest.testCloseReplicatorStartProducer

2019-03-29 Thread GitBox
merlimat commented on issue #890: Intermittent test failure : org.apache.pulsar.broker.service.ReplicatorTest.testCloseReplicatorStartProducer URL: https://github.com/apache/pulsar/issues/890#issuecomment-478183162 Test was fixed in e4fc42da737f5d62bb4d19e2d306a1d7101ba9bf and 1921bd98f209

[GitHub] [pulsar] merlimat closed issue #788: Intermittent test failure ReplicatorTest.testResumptionAfterBacklogRelaxed

2019-03-29 Thread GitBox
merlimat closed issue #788: Intermittent test failure ReplicatorTest.testResumptionAfterBacklogRelaxed URL: https://github.com/apache/pulsar/issues/788 This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] merlimat merged pull request #3942: Remove the exception which will never be thrown

2019-03-29 Thread GitBox
merlimat merged pull request #3942: Remove the exception which will never be thrown URL: https://github.com/apache/pulsar/pull/3942 This is an automated message from the Apache Git Service. To respond to the message, please

[pulsar] branch master updated: Remove the exception which will never be thrown (#3942)

2019-03-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 86438db Remove the exception which will never b

[GitHub] [pulsar] merlimat commented on issue #788: Intermittent test failure ReplicatorTest.testResumptionAfterBacklogRelaxed

2019-03-29 Thread GitBox
merlimat commented on issue #788: Intermittent test failure ReplicatorTest.testResumptionAfterBacklogRelaxed URL: https://github.com/apache/pulsar/issues/788#issuecomment-478183180 Test was fixed in e4fc42da737f5d62bb4d19e2d306a1d7101ba9bf and 1921bd98f20991248892717bbcfc102545e7c49c

[GitHub] [pulsar] MarvinCai commented on issue #1088: Improve topic lookup for topics that have high number of partitions

2019-03-29 Thread GitBox
MarvinCai commented on issue #1088: Improve topic lookup for topics that have high number of partitions URL: https://github.com/apache/pulsar/issues/1088#issuecomment-478190035 If no one is actively working on this issue I'll take it up. ---

[GitHub] [pulsar] forjingma opened a new pull request #3951: solved dependency problems, by maj

2019-03-29 Thread GitBox
forjingma opened a new pull request #3951: solved dependency problems, by maj URL: https://github.com/apache/pulsar/pull/3951 Signed-off-by: forjingma <-- ### Contribution Checklist - Name the pull request in the form "[Issue XYZ][component] Title of the pull request",

[GitHub] [pulsar] merlimat commented on issue #3890: By default use `journalFormatVersionToWrite=5` for Bookie journal

2019-03-29 Thread GitBox
merlimat commented on issue #3890: By default use `journalFormatVersionToWrite=5` for Bookie journal URL: https://github.com/apache/pulsar/pull/3890#issuecomment-478194021 run cpp tests run java8 tests This is an automated

[GitHub] [pulsar] merlimat closed issue #3860: Unable to update builtin sink/source from cli or rest api

2019-03-29 Thread GitBox
merlimat closed issue #3860: Unable to update builtin sink/source from cli or rest api URL: https://github.com/apache/pulsar/issues/3860 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [pulsar] merlimat commented on issue #3860: Unable to update builtin sink/source from cli or rest api

2019-03-29 Thread GitBox
merlimat commented on issue #3860: Unable to update builtin sink/source from cli or rest api URL: https://github.com/apache/pulsar/issues/3860#issuecomment-478194238 Fixed in #3865 This is an automated message from the Apache

[GitHub] [pulsar] merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected

2019-03-29 Thread GitBox
merlimat commented on issue #3869: Fixed issue with Authorization header missing after client gets redirected URL: https://github.com/apache/pulsar/pull/3869#issuecomment-478194293 run integration tests This is an aut

[GitHub] [pulsar] rdhabalia commented on issue #3919: [pulsar-broker] zk-isolation placement policy should make sure isolation group bookies must not be excluded

2019-03-29 Thread GitBox
rdhabalia commented on issue #3919: [pulsar-broker] zk-isolation placement policy should make sure isolation group bookies must not be excluded URL: https://github.com/apache/pulsar/pull/3919#issuecomment-478195127 rerun java8 tests -

[GitHub] [pulsar] rdhabalia commented on issue #3881: [pulsar-broker] add valid-readPosition check before setting readPosition at cursor

2019-03-29 Thread GitBox
rdhabalia commented on issue #3881: [pulsar-broker] add valid-readPosition check before setting readPosition at cursor URL: https://github.com/apache/pulsar/pull/3881#issuecomment-478195149 rerun java8 tests rerun integration tests ---

[GitHub] [pulsar] rdhabalia commented on issue #3818: [pulsar-common] add open Concurrent LongPair RangeSet

2019-03-29 Thread GitBox
rdhabalia commented on issue #3818: [pulsar-common] add open Concurrent LongPair RangeSet URL: https://github.com/apache/pulsar/pull/3818#issuecomment-478195179 rerun java8 tests This is an automated message from the Apache G

[GitHub] [pulsar] rdhabalia removed a comment on issue #3881: [pulsar-broker] add valid-readPosition check before setting readPosition at cursor

2019-03-29 Thread GitBox
rdhabalia removed a comment on issue #3881: [pulsar-broker] add valid-readPosition check before setting readPosition at cursor URL: https://github.com/apache/pulsar/pull/3881#issuecomment-477724757 rerun java8 tests rerun integration tests ---

[GitHub] [pulsar] rdhabalia removed a comment on issue #3818: [pulsar-common] add open Concurrent LongPair RangeSet

2019-03-29 Thread GitBox
rdhabalia removed a comment on issue #3818: [pulsar-common] add open Concurrent LongPair RangeSet URL: https://github.com/apache/pulsar/pull/3818#issuecomment-475773061 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] rdhabalia commented on issue #3786: [pulsar-function] fix deadlock in pulsar-source

2019-03-29 Thread GitBox
rdhabalia commented on issue #3786: [pulsar-function] fix deadlock in pulsar-source URL: https://github.com/apache/pulsar/pull/3786#issuecomment-478195839 rerun java8 tests rerun integration tests This is an automated mess

[GitHub] [pulsar] tuteng commented on issue #3941: [Issue 3837][pulsar-client-tools]Delete schema when deleting a topic

2019-03-29 Thread GitBox
tuteng commented on issue #3941: [Issue 3837][pulsar-client-tools]Delete schema when deleting a topic URL: https://github.com/apache/pulsar/pull/3941#issuecomment-478199935 > @tuteng > > overall looks good. can you try to add a test for it? > > you can check `pulsar-client-too

[pulsar] branch master updated: Fix Flink Example broken for dependency problems #3951

2019-03-29 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 129b95d Fix Flink Example broken for dependenc

[GitHub] [pulsar] jiazhai merged pull request #3951: Fix Flink Example broken for dependency problems

2019-03-29 Thread GitBox
jiazhai merged pull request #3951: Fix Flink Example broken for dependency problems URL: https://github.com/apache/pulsar/pull/3951 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pulsar] skyrocknroll commented on issue #3927: Added information about generate key location for jwt.

2019-03-29 Thread GitBox
skyrocknroll commented on issue #3927: Added information about generate key location for jwt. URL: https://github.com/apache/pulsar/pull/3927#issuecomment-478204158 run java8 tests This is an automated message from the Apach

  1   2   >