[GitHub] [pulsar] yjshen edited a comment on issue #4711: [Doc]Documentation on upgrading Pulsar is missing

2019-07-15 Thread GitBox
yjshen edited a comment on issue #4711: [Doc]Documentation on upgrading Pulsar is missing URL: https://github.com/apache/pulsar/issues/4711#issuecomment-511684797 [Upgrading jobs and Flink versions guide](https://ci.apache.org/projects/flink/flink-docs-master/ops/upgrading.html) might be

[GitHub] [pulsar] yjshen commented on issue #4711: [Doc]Documentation on upgrading Pulsar is missing

2019-07-15 Thread GitBox
yjshen commented on issue #4711: [Doc]Documentation on upgrading Pulsar is missing URL: https://github.com/apache/pulsar/issues/4711#issuecomment-511684797 https://ci.apache.org/projects/flink/flink-docs-master/ops/upgrading.html might be a reference as well. -

[GitHub] [pulsar] wolfstudy commented on issue #4736: [Issue:4726] Fix the problem that the log folder in `pulsa-function-go` is ignored

2019-07-15 Thread GitBox
wolfstudy commented on issue #4736: [Issue:4726] Fix the problem that the log folder in `pulsa-function-go` is ignored URL: https://github.com/apache/pulsar/pull/4736#issuecomment-511682669 Thanks @freeznet for pointing this out, PTAL. --

[GitHub] [pulsar] wolfstudy opened a new pull request #4736: [Issue:4726] Fix the problem that the log folder in `pulsa-function-go` is ignored by

2019-07-15 Thread GitBox
wolfstudy opened a new pull request #4736: [Issue:4726] Fix the problem that the log folder in `pulsa-function-go` is ignored by URL: https://github.com/apache/pulsar/pull/4736 Signed-off-by: xiaolong.ran Fixes #4726 ### Motivation We repackaged the `logrus` log libra

[GitHub] [pulsar] massakam opened a new pull request #4735: Fix C++ log level names in Log4cxxLogger

2019-07-15 Thread GitBox
massakam opened a new pull request #4735: Fix C++ log level names in Log4cxxLogger URL: https://github.com/apache/pulsar/pull/4735 ### Motivation If trying to build master C++ code with the `USE_LOG4CXX` flag turned ON, compilation errors occur: ``` /tmp/pulsar/pulsar-client-c

[GitHub] [pulsar] wolfstudy edited a comment on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
wolfstudy edited a comment on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511675525 yes, you are right. `.gitignore` filtered this file, will fix it, thanks. ``` total 32 -rw-r--r-- 1 wolf4j staff16K Jul 1

[GitHub] [pulsar] wolfstudy commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
wolfstudy commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511675525 yes, you are right. `.gitignore` filtered this file, will fix it, thanks. This is

[GitHub] [pulsar] freeznet commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
freeznet commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511673887 https://github.com/apache/pulsar/blob/master/.gitignore#L37 the package name of `github.com/apache/pulsar/pulsar-function-go/log` just hit t

[GitHub] [pulsar] freeznet commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
freeznet commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511672787 @wolfstudy i dont think this is a "cannot find module for path" issue. It is `pulsar-function-go/log` package not uploaded to git issue. if as you

[GitHub] [pulsar] wolfstudy commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
wolfstudy commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511661407 Specific issues can be viewed: [cmd/go: 'cannot find module for path' when importing from subdirectories ](https://github.com/golang/go/issues/

[GitHub] [pulsar] jiazhai commented on issue #4709: [test] add getters and setters to PulsarService & BrokerService

2019-07-15 Thread GitBox
jiazhai commented on issue #4709: [test] add getters and setters to PulsarService & BrokerService URL: https://github.com/apache/pulsar/pull/4709#issuecomment-511660470 run cpp tests This is an automated message from the Apac

[GitHub] [pulsar] jiazhai removed a comment on issue #4709: [test] add getters and setters to PulsarService & BrokerService

2019-07-15 Thread GitBox
jiazhai removed a comment on issue #4709: [test] add getters and setters to PulsarService & BrokerService URL: https://github.com/apache/pulsar/pull/4709#issuecomment-511254578 run cpp tests This is an automated message from

[GitHub] [pulsar] freeznet commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
freeznet commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511658450 @wolfstudy thanks but i am still confusing. - `pulsar-client-cpp` with version 2.4.0 was installed from deb release - golang version is `g

[GitHub] [pulsar] wolfstudy commented on issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
wolfstudy commented on issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726#issuecomment-511656264 The `logtopic` use case as follows: ``` package main import ( "github.com/apache/pulsar/pulsar-function-go/log" "g

[GitHub] [pulsar] sijie commented on issue #4730: Can't get schema info with topic partition

2019-07-15 Thread GitBox
sijie commented on issue #4730: Can't get schema info with topic partition URL: https://github.com/apache/pulsar/issues/4730#issuecomment-511654700 @codelipenghui nice catch! This is an automated message from the Apache Git Se

[GitHub] [pulsar-client-go] sijie merged pull request #19: add go report to checking code format

2019-07-15 Thread GitBox
sijie merged pull request #19: add go report to checking code format URL: https://github.com/apache/pulsar-client-go/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[pulsar-client-go] branch master updated: add go report to checking code format (#19)

2019-07-15 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-client-go.git The following commit(s) were added to refs/heads/master by this push: new 090b251 add go report to checking code

[GitHub] [pulsar] sijie commented on a change in pull request #4731: Add deleted schema judgment when adding schema

2019-07-15 Thread GitBox
sijie commented on a change in pull request #4731: Add deleted schema judgment when adding schema URL: https://github.com/apache/pulsar/pull/4731#discussion_r303715828 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/SchemaRegistryServiceImpl.java

[GitHub] [pulsar] sijie commented on a change in pull request #4731: Add deleted schema judgment when adding schema

2019-07-15 Thread GitBox
sijie commented on a change in pull request #4731: Add deleted schema judgment when adding schema URL: https://github.com/apache/pulsar/pull/4731#discussion_r303708943 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/BookkeeperSchemaStorage.java #

[GitHub] [pulsar-client-go] wolfstudy commented on issue #19: add go report to checking code format

2019-07-15 Thread GitBox
wolfstudy commented on issue #19: add go report to checking code format URL: https://github.com/apache/pulsar-client-go/pull/19#issuecomment-511643214 @sijie @jiazhai PTAL - add godoc - add goreport - add liecnse - add language `Goreport` is a code format that will wai

[GitHub] [pulsar] Jennifer88huang commented on issue #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
Jennifer88huang commented on issue #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#issuecomment-511642490 @jerrypeng thank you very much for all your comments, I've updated according to your advice. I've added the comple

[GitHub] [pulsar] jiazhai commented on issue #4729: [docs] Add functions-debug file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jiazhai commented on issue #4729: [docs] Add functions-debug file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4729#issuecomment-511642372 run integration tests run java8 tests This is an automated

[GitHub] [pulsar] jiazhai commented on issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception

2019-07-15 Thread GitBox
jiazhai commented on issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception URL: https://github.com/apache/pulsar/issues/4323#issuecomment-511642048 thanks @fxbing, I would like to close it, and once needed It could be open agai

[GitHub] [pulsar] jiazhai closed issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception

2019-07-15 Thread GitBox
jiazhai closed issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception URL: https://github.com/apache/pulsar/issues/4323 This is an automated message from the Apach

[GitHub] [pulsar] jerrypeng commented on issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL.

2019-07-15 Thread GitBox
jerrypeng commented on issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL. URL: https://github.com/apache/pulsar/issues/4734#issuecomment-511641829 Please also make sure that the publish time predicate push down is still working correctly after this change: https:/

[GitHub] [pulsar] fxbing commented on issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception

2019-07-15 Thread GitBox
fxbing commented on issue #4323: multi consumer client subscribe partitioned topic by Exclusive subscriptionType don't throw Exception URL: https://github.com/apache/pulsar/issues/4323#issuecomment-511640462 I tried to reproduce the bug unsuccessfully, and the questioner did not reply.

[GitHub] [pulsar] sijie commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace

2019-07-15 Thread GitBox
sijie commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace URL: https://github.com/apache/pulsar/issues/4718#issuecomment-511640079 > Looking to znode /namespace// on zookeepers instances did not help me much since in each clu

[GitHub] [pulsar] codelipenghui commented on issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL.

2019-07-15 Thread GitBox
codelipenghui commented on issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL. URL: https://github.com/apache/pulsar/issues/4734#issuecomment-511639888 @congbobo184 please take a look this issue. This is an a

[GitHub] [pulsar] codelipenghui commented on issue #4730: Can't get schema info with topic partition

2019-07-15 Thread GitBox
codelipenghui commented on issue #4730: Can't get schema info with topic partition URL: https://github.com/apache/pulsar/issues/4730#issuecomment-511639733 @congbobo184 please take a look this issue. This is an automated mess

[GitHub] [pulsar] codelipenghui opened a new issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL.

2019-07-15 Thread GitBox
codelipenghui opened a new issue #4734: Use timestamp as "__publish_time__" type in Pulsar SQL. URL: https://github.com/apache/pulsar/issues/4734 ### Motivation "__publish_time__" is Pulsar SQL internal column, as Pulsar only stores timestamps, it doesn’t store the timezone information.

[GitHub] [pulsar] sijie commented on issue #4703: Convert anonymous classes to lambda

2019-07-15 Thread GitBox
sijie commented on issue #4703: Convert anonymous classes to lambda URL: https://github.com/apache/pulsar/pull/4703#issuecomment-511637731 @vzhikserg I think there are some problems in apache CI. somehow the CI status checks are in weird state. We will merge once the CI passed. ---

[GitHub] [pulsar] sijie commented on issue #4722: Plusar Docker standalone on Mac idling at ~80% CPU core

2019-07-15 Thread GitBox
sijie commented on issue #4722: Plusar Docker standalone on Mac idling at ~80% CPU core URL: https://github.com/apache/pulsar/issues/4722#issuecomment-511637547 @youurayy yes the default `PULSAR_MEM` setting is `PULSAR_MEM=${PULSAR_MEM:-"-Xms2g -Xmx2g -XX:MaxDirectMemorySize=4g"}`. so when

[GitHub] [pulsar] sijie commented on issue #4547: set offload bucket per topic and per tenant/namespace

2019-07-15 Thread GitBox
sijie commented on issue #4547: set offload bucket per topic and per tenant/namespace URL: https://github.com/apache/pulsar/issues/4547#issuecomment-511636809 @KannarFr I think it should be part of namespace policies. Please check this class : https://github.com/apache/pulsar/blob/master/

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303699893 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: funct

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303699821 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: funct

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
Jennifer88huang commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303694059 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: funct

[GitHub] [pulsar] jerrypeng commented on issue #4733: fix: add anonymous role to proxy configuration

2019-07-15 Thread GitBox
jerrypeng commented on issue #4733: fix: add anonymous role to proxy configuration URL: https://github.com/apache/pulsar/pull/4733#issuecomment-511617037 rerun java8 tests rerun integration tests This is an automated messa

[GitHub] [pulsar] jerrypeng commented on issue #4733: fix: add anonymous role to proxy configuration

2019-07-15 Thread GitBox
jerrypeng commented on issue #4733: fix: add anonymous role to proxy configuration URL: https://github.com/apache/pulsar/pull/4733#issuecomment-511600248 rerun integration tests This is an automated message from the Apache Gi

[GitHub] [pulsar] jerrypeng opened a new pull request #4733: fix: add anonymous role to proxy configuration

2019-07-15 Thread GitBox
jerrypeng opened a new pull request #4733: fix: add anonymous role to proxy configuration URL: https://github.com/apache/pulsar/pull/4733 ### Motivation Currently there is not configuration in proxy for anonymousUserRole. We need to have it in order for anonymous roles to be able t

[GitHub] [pulsar] youurayy commented on issue #4722: Plusar Docker standalone on Mac idling at ~80% CPU core

2019-07-15 Thread GitBox
youurayy commented on issue #4722: Plusar Docker standalone on Mac idling at ~80% CPU core URL: https://github.com/apache/pulsar/issues/4722#issuecomment-511533847 Hi sijie, 4 CPU and 2 GiB of RAM. Increasing the RAM to 6 GiB, the Docker is at 55% of CPU core, Pulsar idling. ---

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303552700 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303551915 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303551461 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303551064 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303551064 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303551064 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303549926 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303542172 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303544514 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303544514 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303543026 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303542172 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new)

2019-07-15 Thread GitBox
jerrypeng commented on a change in pull request #4725: [docs] Add functions-develop file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4725#discussion_r303541755 ## File path: site2/docs/functions-develop.md ## @@ -0,0 +1,570 @@ +--- +id: functions-d

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4731: Add deleted schema judgment when adding schema

2019-07-15 Thread GitBox
codelipenghui commented on a change in pull request #4731: Add deleted schema judgment when adding schema URL: https://github.com/apache/pulsar/pull/4731#discussion_r303521194 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/SchemaRegistryServiceIm

[GitHub] [pulsar] KannarFr commented on issue #4547: set offload bucket per topic and per tenant/namespace

2019-07-15 Thread GitBox
KannarFr commented on issue #4547: set offload bucket per topic and per tenant/namespace URL: https://github.com/apache/pulsar/issues/4547#issuecomment-511430475 (I started an implementation copied from Schemas usages). This

[GitHub] [pulsar] KannarFr edited a comment on issue #4547: set offload bucket per topic and per tenant/namespace

2019-07-15 Thread GitBox
KannarFr edited a comment on issue #4547: set offload bucket per topic and per tenant/namespace URL: https://github.com/apache/pulsar/issues/4547#issuecomment-511430247 @sijie I started to dev this feature. Where do we store the offload configuration per tenant/namespace? In BK as it's don

[GitHub] [pulsar] vzhikserg commented on issue #4703: Convert anonymous classes to lambda

2019-07-15 Thread GitBox
vzhikserg commented on issue #4703: Convert anonymous classes to lambda URL: https://github.com/apache/pulsar/pull/4703#issuecomment-511412272 please let me know if I need to do anything else for this merge request This is an

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4731: Add deleted schema judgment when adding schema

2019-07-15 Thread GitBox
codelipenghui commented on a change in pull request #4731: Add deleted schema judgment when adding schema URL: https://github.com/apache/pulsar/pull/4731#discussion_r303438374 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/BookkeeperSchemaStorage

[GitHub] [pulsar] codelipenghui commented on issue #4727: libpulsar for osx is not updated to v2.4.0

2019-07-15 Thread GitBox
codelipenghui commented on issue #4727: libpulsar for osx is not updated to v2.4.0 URL: https://github.com/apache/pulsar/issues/4727#issuecomment-511402563 libpulsar for osx is not yet uploaded successfully, i will try later.

[GitHub] [pulsar] codelipenghui opened a new issue #4732: Support for other schema name separators in pulsar SQL

2019-07-15 Thread GitBox
codelipenghui opened a new issue #4732: Support for other schema name separators in pulsar SQL URL: https://github.com/apache/pulsar/issues/4732 Pulsar sql table schema using the same naming policy as pulsar namespace, but "/" will cause some problem with presto connection string. H

[GitHub] [pulsar] congbobo184 opened a new pull request #4731: Add delete schema judgment when adding schema

2019-07-15 Thread GitBox
congbobo184 opened a new pull request #4731: Add delete schema judgment when adding schema URL: https://github.com/apache/pulsar/pull/4731 ### Motivation to fix #4724 ### Verifying this change Add the tests for it Does this pull request potentially affect one of the fol

[GitHub] [pulsar] codelipenghui opened a new issue #4730: Can't get schema info with topic partition

2019-07-15 Thread GitBox
codelipenghui opened a new issue #4730: Can't get schema info with topic partition URL: https://github.com/apache/pulsar/issues/4730 **Describe the bug** If topic is a partitioned topic, use topic name can get schema info correct. But if use topic partition (e.g. persistent://my-te

[GitHub] [pulsar] congbobo184 commented on issue #4728: Pulsar SQL supports pulsar's primitive schema

2019-07-15 Thread GitBox
congbobo184 commented on issue #4728: Pulsar SQL supports pulsar's primitive schema URL: https://github.com/apache/pulsar/pull/4728#issuecomment-511369045 run cpp tests This is an automated message from the Apache Git Service

[GitHub] [pulsar] congbobo184 removed a comment on issue #4728: Pulsar SQL supports pulsar's primitive schema

2019-07-15 Thread GitBox
congbobo184 removed a comment on issue #4728: Pulsar SQL supports pulsar's primitive schema URL: https://github.com/apache/pulsar/pull/4728#issuecomment-511369138 run Integration Tests This is an automated message from th

[GitHub] [pulsar] congbobo184 removed a comment on issue #4728: Pulsar SQL supports pulsar's primitive schema

2019-07-15 Thread GitBox
congbobo184 removed a comment on issue #4728: Pulsar SQL supports pulsar's primitive schema URL: https://github.com/apache/pulsar/pull/4728#issuecomment-511369074 run java8 tests This is an automated message from the Apac

[GitHub] [pulsar] congbobo184 commented on issue #4728: Pulsar SQL supports pulsar's primitive schema

2019-07-15 Thread GitBox
congbobo184 commented on issue #4728: Pulsar SQL supports pulsar's primitive schema URL: https://github.com/apache/pulsar/pull/4728#issuecomment-511369138 run Integration Tests This is an automated message from the Apache

[GitHub] [pulsar] Jennifer88huang commented on issue #4729: [docs] Add functions-debug file for Pulsar Functions(new)

2019-07-15 Thread GitBox
Jennifer88huang commented on issue #4729: [docs] Add functions-debug file for Pulsar Functions(new) URL: https://github.com/apache/pulsar/pull/4729#issuecomment-511350422 @wolfstudy Could you please help review? Thank you. Th

[GitHub] [pulsar] Jennifer88huang opened a new pull request #4729: [docs] Add functions-debug file for new Pulsar Functions structure

2019-07-15 Thread GitBox
Jennifer88huang opened a new pull request #4729: [docs] Add functions-debug file for new Pulsar Functions structure URL: https://github.com/apache/pulsar/pull/4729 Fixes #4554 ### Motivation Add debug tutorial for new Pulsar Functions structure. ### Modifications 1. To

[GitHub] [pulsar] f-ld commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace

2019-07-15 Thread GitBox
f-ld commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace URL: https://github.com/apache/pulsar/issues/4718#issuecomment-511341068 Looking to znode `/namespace//` on zookeepers instances did not help me much since in each clus

[GitHub] [pulsar] congbobo184 opened a new pull request #4728: Pulsar SQL supports pulsar's primitive schema

2019-07-15 Thread GitBox
congbobo184 opened a new pull request #4728: Pulsar SQL supports pulsar's primitive schema URL: https://github.com/apache/pulsar/pull/4728 Motivation Continue the PR of #4151 Verifying this change Add the tests for it Does this pull request potentially affect one of the

[GitHub] [pulsar] freeznet commented on issue #4708: standalone mode cannot sync MaxMessageSize to bookkeeper

2019-07-15 Thread GitBox
freeznet commented on issue #4708: standalone mode cannot sync MaxMessageSize to bookkeeper URL: https://github.com/apache/pulsar/issues/4708#issuecomment-511306933 > @freeznet You can try to add `nettyMaxFrameSizeBytes=5242880` in standalone.conf directly. problem solved, thanks!

[GitHub] [pulsar] freeznet edited a comment on issue #4708: standalone mode cannot sync MaxMessageSize to bookkeeper

2019-07-15 Thread GitBox
freeznet edited a comment on issue #4708: standalone mode cannot sync MaxMessageSize to bookkeeper URL: https://github.com/apache/pulsar/issues/4708#issuecomment-511306933 > @freeznet You can try to add `nettyMaxFrameSizeBytes=5242880` in standalone.conf directly. @zymap problem sol

[GitHub] [pulsar] freeznet opened a new issue #4727: libpulsar for osx is not updated to v2.4.0

2019-07-15 Thread GitBox
freeznet opened a new issue #4727: libpulsar for osx is not updated to v2.4.0 URL: https://github.com/apache/pulsar/issues/4727 **Describe the bug** libpulsar from homebrew is not updated to v2.4.0 **To Reproduce** ``` $ brew install libpulsar Updating Homebrew... Warni

[GitHub] [pulsar] freeznet opened a new issue #4726: pulsar-function-go/log is not exist

2019-07-15 Thread GitBox
freeznet opened a new issue #4726: pulsar-function-go/log is not exist URL: https://github.com/apache/pulsar/issues/4726 **Describe the bug** `pulsar-function-go/log` is not exist, trying to compile example failed. **To Reproduce** Steps to reproduce the behavior: create a ne