[GitHub] merlimat opened a new pull request #1689: When preparing pulsar-build Docker image, ensure apt-get update is not cached

2018-04-30 Thread GitBox
merlimat opened a new pull request #1689: When preparing pulsar-build Docker image, ensure apt-get update is not cached URL: https://github.com/apache/incubator-pulsar/pull/1689 ### Motivation If the `apt-get update` is in a different `RUN ` command, Docker will cache it

[GitHub] merlimat closed pull request #1677: Add tenant and namespace getters to Python context

2018-04-30 Thread GitBox
merlimat closed pull request #1677: Add tenant and namespace getters to Python context URL: https://github.com/apache/incubator-pulsar/pull/1677 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[incubator-pulsar] branch master updated: Add tenant and namespace getters to Python context (#1677)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new d5780ef Add tenant and namespace

[GitHub] merlimat closed pull request #1689: When preparing pulsar-build Docker image, ensure apt-get update is not cached

2018-04-30 Thread GitBox
merlimat closed pull request #1689: When preparing pulsar-build Docker image, ensure apt-get update is not cached URL: https://github.com/apache/incubator-pulsar/pull/1689 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] mgodave opened a new pull request #1692: Return an error if schema is incompatible

2018-04-30 Thread GitBox
mgodave opened a new pull request #1692: Return an error if schema is incompatible URL: https://github.com/apache/incubator-pulsar/pull/1692 We added the notion of schema "compatibility" but did not handle an incompatible schema in the REST interface. This is to handle that.

[GitHub] srkukarni commented on issue #1688: Check if javaInstance is created in the first place before invocing close

2018-04-30 Thread GitBox
srkukarni commented on issue #1688: Check if javaInstance is created in the first place before invocing close URL: https://github.com/apache/incubator-pulsar/pull/1688#issuecomment-385540555 retest this please This is an

[GitHub] merlimat opened a new pull request #1694: Renamed Schema.IDENTITY into Schema.BYTES

2018-04-30 Thread GitBox
merlimat opened a new pull request #1694: Renamed Schema.IDENTITY into Schema.BYTES URL: https://github.com/apache/incubator-pulsar/pull/1694 ### Motivation `Schema.BYTES` seems to resonate more with people, so renaming before releasing it.

[GitHub] srkukarni commented on issue #1688: Check if javaInstance is created in the first place before invocing close

2018-04-30 Thread GitBox
srkukarni commented on issue #1688: Check if javaInstance is created in the first place before invocing close URL: https://github.com/apache/incubator-pulsar/pull/1688#issuecomment-385521411 @sijie @jerrypeng This is an

[incubator-pulsar] branch master updated: additional refactoring to use source interface (#1681)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new e9a1b9a additional refactoring to use

[GitHub] merlimat opened a new pull request #1695: Remove "global" from returned clusters list

2018-04-30 Thread GitBox
merlimat opened a new pull request #1695: Remove "global" from returned clusters list URL: https://github.com/apache/incubator-pulsar/pull/1695 ### Motivation `global` clusters is still returned in the clusters list command. Since this was an artificial placeholder, which is not

[GitHub] merlimat closed pull request #1686: Protobuf documentation update

2018-04-30 Thread GitBox
merlimat closed pull request #1686: Protobuf documentation update URL: https://github.com/apache/incubator-pulsar/pull/1686 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-pulsar] branch master updated: Protobuf documentation update (#1686)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 31131c2 Protobuf documentation

[GitHub] ivankelly opened a new pull request #1687: Don't offload empty ledgers

2018-04-30 Thread GitBox
ivankelly opened a new pull request #1687: Don't offload empty ledgers URL: https://github.com/apache/incubator-pulsar/pull/1687 It shouldn't be possible for a ledger in a managed ledger to be empty (it should be cleaned up on recovery), but this patch adds defensive code so that if

[GitHub] sijie closed pull request #1681: additional refactoring to use source interface

2018-04-30 Thread GitBox
sijie closed pull request #1681: additional refactoring to use source interface URL: https://github.com/apache/incubator-pulsar/pull/1681 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[incubator-pulsar] branch master updated: Introduced TypedMessageBuilder (#1683)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 0f2f478 Introduced

[GitHub] srkukarni opened a new pull request #1691: Key the download directory by the instance id

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1691: Key the download directory by the instance id URL: https://github.com/apache/incubator-pulsar/pull/1691 ### Motivation If a worker is assigned more than one instance of a particular function, the download paths of the function package

[GitHub] srkukarni commented on issue #1691: Key the download directory by the instance id

2018-04-30 Thread GitBox
srkukarni commented on issue #1691: Key the download directory by the instance id URL: https://github.com/apache/incubator-pulsar/pull/1691#issuecomment-385539924 @sijie @jerrypeng This is an automated message from the

[GitHub] srkukarni commented on issue #1698: Use Function ClassLoader to load types

2018-04-30 Thread GitBox
srkukarni commented on issue #1698: Use Function ClassLoader to load types URL: https://github.com/apache/incubator-pulsar/pull/1698#issuecomment-385579728 @jerrypeng @sijie This is an automated message from the Apache Git

[GitHub] srkukarni opened a new pull request #1698: Use Function ClassLoader to load types

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1698: Use Function ClassLoader to load types URL: https://github.com/apache/incubator-pulsar/pull/1698 ### Motivation Since user types for function could involve user jar, always use function class loader to resolve function types. ###

[GitHub] srkukarni closed pull request #1698: Use Function ClassLoader to load types

2018-04-30 Thread GitBox
srkukarni closed pull request #1698: Use Function ClassLoader to load types URL: https://github.com/apache/incubator-pulsar/pull/1698 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] sijie closed pull request #1696: Allow functions to be triggered without specifying topic name

2018-04-30 Thread GitBox
sijie closed pull request #1696: Allow functions to be triggered without specifying topic name URL: https://github.com/apache/incubator-pulsar/pull/1696 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[incubator-pulsar] branch master updated: Allow functions to be triggered without specifying topic name (#1696)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new fb7198a Allow functions to be

[GitHub] srkukarni commented on issue #1699: Use Function class loader to resolve function types

2018-04-30 Thread GitBox
srkukarni commented on issue #1699: Use Function class loader to resolve function types URL: https://github.com/apache/incubator-pulsar/pull/1699#issuecomment-385580219 @jerrypeng @sijie This is an automated message from

[GitHub] srkukarni opened a new pull request #1699: Use Function class loader to resolve function types

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1699: Use Function class loader to resolve function types URL: https://github.com/apache/incubator-pulsar/pull/1699 ### Motivation Since user types for function could involve user jar, always use function class loader to resolve function types.

[incubator-pulsar] branch master updated: Check if javaInstance is created in the first place before invocing close (#1688)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 600b55d Check if javaInstance is

[GitHub] sijie closed pull request #1688: Check if javaInstance is created in the first place before invocing close

2018-04-30 Thread GitBox
sijie closed pull request #1688: Check if javaInstance is created in the first place before invocing close URL: https://github.com/apache/incubator-pulsar/pull/1688 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] zhaijack commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
zhaijack commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185156310 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/s3offload/OffloadIndexTest.java

[GitHub] srkukarni commented on a change in pull request #1700: adding sink spec

2018-04-30 Thread GitBox
srkukarni commented on a change in pull request #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700#discussion_r185160956 ## File path: pulsar-functions/proto/src/main/proto/Function.proto ## @@ -64,6 +65,17 @@ message SourceSpec {

[GitHub] srkukarni commented on a change in pull request #1700: adding sink spec

2018-04-30 Thread GitBox
srkukarni commented on a change in pull request #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700#discussion_r185160964 ## File path: pulsar-functions/proto/src/main/proto/Function.proto ## @@ -43,15 +43,16 @@ message FunctionDetails {

[GitHub] srkukarni opened a new pull request #1688: Check if javaInstance is created in the first place before invocing close

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1688: Check if javaInstance is created in the first place before invocing close URL: https://github.com/apache/incubator-pulsar/pull/1688 ### Motivation If there is an issue setting up javaInstance(like if class path is not found, etc),

[GitHub] sijie commented on issue #1681: additional refactoring to use source interface

2018-04-30 Thread GitBox
sijie commented on issue #1681: additional refactoring to use source interface URL: https://github.com/apache/incubator-pulsar/pull/1681#issuecomment-385527527 retest this please This is an automated message from the Apache

[GitHub] lucperkins commented on issue #1670: Check for tenant and namespace for pulsar-admin functions list command

2018-04-30 Thread GitBox
lucperkins commented on issue #1670: Check for tenant and namespace for pulsar-admin functions list command URL: https://github.com/apache/incubator-pulsar/pull/1670#issuecomment-385517524 retest this please This is an

[GitHub] sijie closed pull request #1683: Introduced TypedMessageBuilder

2018-04-30 Thread GitBox
sijie closed pull request #1683: Introduced TypedMessageBuilder URL: https://github.com/apache/incubator-pulsar/pull/1683 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[incubator-pulsar] branch master updated: Key the download directory by the instance id (#1691)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 3c99306 Key the download directory

[GitHub] jerrypeng commented on issue #1700: adding sink spec

2018-04-30 Thread GitBox
jerrypeng commented on issue #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700#issuecomment-385584994 @sijie @srkukarni please review This is an automated message from the Apache Git Service.

[GitHub] jerrypeng opened a new pull request #1700: adding sink spec

2018-04-30 Thread GitBox
jerrypeng opened a new pull request #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] jerrypeng commented on issue #1681: additional refactoring to use source interface

2018-04-30 Thread GitBox
jerrypeng commented on issue #1681: additional refactoring to use source interface URL: https://github.com/apache/incubator-pulsar/pull/1681#issuecomment-385514330 @srkukarni thanks for the review. I have addressed your comments

[incubator-pulsar] branch master updated: Fixed NPE and added test for Schema.STRING (#1685)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 3a6e0e2 Fixed NPE and added test for

[GitHub] sijie closed pull request #1685: Fixed NPE and added test for Schema.STRING

2018-04-30 Thread GitBox
sijie closed pull request #1685: Fixed NPE and added test for Schema.STRING URL: https://github.com/apache/incubator-pulsar/pull/1685 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] lucperkins opened a new pull request #1690: Fix Golang setup in Dockerfile

2018-04-30 Thread GitBox
lucperkins opened a new pull request #1690: Fix Golang setup in Dockerfile URL: https://github.com/apache/incubator-pulsar/pull/1690 I've verified this new setup: ```bash $ docker build -t pulsar-build build/docker $ docker run -it pulsar-build go get -u

[incubator-pulsar] branch master updated: Pulsar Functions for Python docs (#1482)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 240f533 Pulsar Functions for Python

[GitHub] sijie closed pull request #1482: Pulsar Functions for Python docs

2018-04-30 Thread GitBox
sijie closed pull request #1482: Pulsar Functions for Python docs URL: https://github.com/apache/incubator-pulsar/pull/1482 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] merlimat opened a new pull request #1693: Make SchemaSerializationException an unchecked exception

2018-04-30 Thread GitBox
merlimat opened a new pull request #1693: Make SchemaSerializationException an unchecked exception URL: https://github.com/apache/incubator-pulsar/pull/1693 ### Motivation Since the exception when serializing is only thrown when there is a severe misconfiguration in the Schema

[GitHub] merlimat closed pull request #1691: Key the download directory by the instance id

2018-04-30 Thread GitBox
merlimat closed pull request #1691: Key the download directory by the instance id URL: https://github.com/apache/incubator-pulsar/pull/1691 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this

[GitHub] merlimat commented on issue #1352: Delete inactive subscriptions automatically

2018-04-30 Thread GitBox
merlimat commented on issue #1352: Delete inactive subscriptions automatically URL: https://github.com/apache/incubator-pulsar/pull/1352#issuecomment-385560450 Merged with current master and fixed conflicts. This is an

[GitHub] jerrypeng commented on a change in pull request #1700: adding sink spec

2018-04-30 Thread GitBox
jerrypeng commented on a change in pull request #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700#discussion_r185164567 ## File path: pulsar-functions/proto/src/main/proto/Function.proto ## @@ -64,6 +65,17 @@ message SourceSpec {

[GitHub] jerrypeng commented on issue #1700: adding sink spec

2018-04-30 Thread GitBox
jerrypeng commented on issue #1700: adding sink spec URL: https://github.com/apache/incubator-pulsar/pull/1700#issuecomment-385596843 @srkukarni thanks for the review. I have addressed your comments. This is an automated

[GitHub] merlimat commented on issue #1690: Fix Golang setup in Dockerfile

2018-04-30 Thread GitBox
merlimat commented on issue #1690: Fix Golang setup in Dockerfile URL: https://github.com/apache/incubator-pulsar/pull/1690#issuecomment-385552629 retest this please This is an automated message from the Apache Git Service.

[GitHub] merlimat commented on issue #1690: Fix Golang setup in Dockerfile

2018-04-30 Thread GitBox
merlimat commented on issue #1690: Fix Golang setup in Dockerfile URL: https://github.com/apache/incubator-pulsar/pull/1690#issuecomment-385552629 retest this please This is an automated message from the Apache Git Service.

[GitHub] sijie commented on issue #1657: Document default values for Pulsar Functions

2018-04-30 Thread GitBox
sijie commented on issue #1657: Document default values for Pulsar Functions URL: https://github.com/apache/incubator-pulsar/pull/1657#issuecomment-385557002 @srkukarni : I think @lucperkins addressed your comments. can you review it again?

[GitHub] merlimat closed pull request #1690: Fix Golang setup in Dockerfile

2018-04-30 Thread GitBox
merlimat closed pull request #1690: Fix Golang setup in Dockerfile URL: https://github.com/apache/incubator-pulsar/pull/1690 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-pulsar] branch master updated: Remove "global" from returned clusters list (#1695)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 1e0e12a Remove "global" from

[GitHub] merlimat closed pull request #1695: Remove "global" from returned clusters list

2018-04-30 Thread GitBox
merlimat closed pull request #1695: Remove "global" from returned clusters list URL: https://github.com/apache/incubator-pulsar/pull/1695 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[incubator-pulsar] branch master updated: Fix Golang setup in Dockerfile (#1690)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new f5d9502 Fix Golang setup in

[GitHub] merlimat commented on issue #1650: Documentation of admin REST API is missing body parameters

2018-04-30 Thread GitBox
merlimat commented on issue #1650: Documentation of admin REST API is missing body parameters URL: https://github.com/apache/incubator-pulsar/issues/1650#issuecomment-385565942 Moved to 2.1 since it requires a bit of work and investigation with Swagger to include the JSON format for the

[incubator-pulsar] branch master updated: Make SchemaSerializationException an unchecked exception (#1693)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new cbdce09 Make

[GitHub] sijie closed pull request #1693: Make SchemaSerializationException an unchecked exception

2018-04-30 Thread GitBox
sijie closed pull request #1693: Make SchemaSerializationException an unchecked exception URL: https://github.com/apache/incubator-pulsar/pull/1693 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[incubator-pulsar] branch master updated: Renamed Schema.IDENTITY into Schema.BYTES (#1694)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 1eff40e Renamed Schema.IDENTITY into

[GitHub] merlimat closed pull request #1694: Renamed Schema.IDENTITY into Schema.BYTES

2018-04-30 Thread GitBox
merlimat closed pull request #1694: Renamed Schema.IDENTITY into Schema.BYTES URL: https://github.com/apache/incubator-pulsar/pull/1694 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] srkukarni commented on issue #1696: Allow functions to be triggered without specifying topic name

2018-04-30 Thread GitBox
srkukarni commented on issue #1696: Allow functions to be triggered without specifying topic name URL: https://github.com/apache/incubator-pulsar/pull/1696#issuecomment-385563329 @jerrypeng @sijie This is an automated

[GitHub] srkukarni opened a new pull request #1696: Trigger fix

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1696: Trigger fix URL: https://github.com/apache/incubator-pulsar/pull/1696 ### Motivation Added the trigger functionality where one does not need to specify input topic. This will work for those functions who only take one input Pulsar Topic.

[GitHub] merlimat commented on issue #1656: Add admin api to delete topic forcefully

2018-04-30 Thread GitBox
merlimat commented on issue #1656: Add admin api to delete topic forcefully URL: https://github.com/apache/incubator-pulsar/pull/1656#issuecomment-385559863 retest this please This is an automated message from the Apache Git

[GitHub] jerrypeng opened a new pull request #1697: adding function worker initialized check

2018-04-30 Thread GitBox
jerrypeng opened a new pull request #1697: adding function worker initialized check URL: https://github.com/apache/incubator-pulsar/pull/1697 This is an automated message from the Apache Git Service. To respond to the

[GitHub] jerrypeng commented on issue #1697: adding function worker initialized check

2018-04-30 Thread GitBox
jerrypeng commented on issue #1697: adding function worker initialized check URL: https://github.com/apache/incubator-pulsar/pull/1697#issuecomment-385569773 @sijie @srkukarni please review This is an automated message from

[incubator-pulsar] branch master updated: Use Function class loader to resolve function types (#1699)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new fd576ae Use Function class loader to

[GitHub] sijie closed pull request #1699: Use Function class loader to resolve function types

2018-04-30 Thread GitBox
sijie closed pull request #1699: Use Function class loader to resolve function types URL: https://github.com/apache/incubator-pulsar/pull/1699 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] srkukarni opened a new pull request #1701: Fix Trigger functionality for non Java Functions

2018-04-30 Thread GitBox
srkukarni opened a new pull request #1701: Fix Trigger functionality for non Java Functions URL: https://github.com/apache/incubator-pulsar/pull/1701 ### Motivation Non Java functions won't have PulsarSource as their source function. Instead we need to rely on the inputserdemap.

[GitHub] srkukarni commented on issue #1701: Fix Trigger functionality for non Java Functions

2018-04-30 Thread GitBox
srkukarni commented on issue #1701: Fix Trigger functionality for non Java Functions URL: https://github.com/apache/incubator-pulsar/pull/1701#issuecomment-385603515 @sijie @jerrypeng This is an automated message from the

[GitHub] sijie opened a new pull request #1682: Fix DefaultSchemasTest

2018-04-30 Thread GitBox
sijie opened a new pull request #1682: Fix DefaultSchemasTest URL: https://github.com/apache/incubator-pulsar/pull/1682 *Motivation* #1585 introduced default schemas test. it wasn't rebased to latest master. so the PR was merged without problem but fail the build *Solution*

[GitHub] sijie commented on issue #1682: Fix DefaultSchemasTest

2018-04-30 Thread GitBox
sijie commented on issue #1682: Fix DefaultSchemasTest URL: https://github.com/apache/incubator-pulsar/pull/1682#issuecomment-385320445 @mgodave @srkukarni This is an automated message from the Apache Git Service. To respond

[GitHub] zhaijack commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation

2018-04-30 Thread GitBox
zhaijack commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation URL: https://github.com/apache/incubator-pulsar/pull/1669#discussion_r185004609 ## File path:

[GitHub] ivankelly commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation URL: https://github.com/apache/incubator-pulsar/pull/1669#discussion_r185007245 ## File path:

[GitHub] sijie commented on issue #1681: additional refactoring to use source interface

2018-04-30 Thread GitBox
sijie commented on issue #1681: additional refactoring to use source interface URL: https://github.com/apache/incubator-pulsar/pull/1681#issuecomment-385434315 @srkukarni please review @jerrypeng 's latest changes This is an

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185012846 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/s3offload/OffloadIndexTest.java

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185011995 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/s3offload/OffloadIndexTest.java

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185013023 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/s3offload/OffloadIndexBlock.java

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185011046 ## File path:

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185012415 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/s3offload/OffloadIndexTest.java

[GitHub] ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload.

2018-04-30 Thread GitBox
ivankelly commented on a change in pull request #1593: PIP-17: the part of index block for offload. URL: https://github.com/apache/incubator-pulsar/pull/1593#discussion_r185009429 ## File path:

[GitHub] ivankelly closed issue #975: CLI tool for compaction

2018-04-30 Thread GitBox
ivankelly closed issue #975: CLI tool for compaction URL: https://github.com/apache/incubator-pulsar/issues/975 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] ivankelly closed issue #967: Compaction algorithm implementation

2018-04-30 Thread GitBox
ivankelly closed issue #967: Compaction algorithm implementation URL: https://github.com/apache/incubator-pulsar/issues/967 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ivankelly closed issue #969: Broker reads from compacted ledger

2018-04-30 Thread GitBox
ivankelly closed issue #969: Broker reads from compacted ledger URL: https://github.com/apache/incubator-pulsar/issues/969 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ivankelly closed issue #970: Testing: Compaction on an encrypted topic shouldn't break the topic

2018-04-30 Thread GitBox
ivankelly closed issue #970: Testing: Compaction on an encrypted topic shouldn't break the topic URL: https://github.com/apache/incubator-pulsar/issues/970 This is an automated message from the Apache Git Service. To

[GitHub] zhaijack commented on issue #1669: PIP-17: provide DataBlockHeader and implementation

2018-04-30 Thread GitBox
zhaijack commented on issue #1669: PIP-17: provide DataBlockHeader and implementation URL: https://github.com/apache/incubator-pulsar/pull/1669#issuecomment-385423885 Thanks @ivankelly , added it. This is an automated

[GitHub] zhaijack commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation

2018-04-30 Thread GitBox
zhaijack commented on a change in pull request #1669: PIP-17: provide DataBlockHeader and implementation URL: https://github.com/apache/incubator-pulsar/pull/1669#discussion_r185004609 ## File path:

[GitHub] ivankelly closed issue #972: Testing: Batching with encryption and compression must work with compaction

2018-04-30 Thread GitBox
ivankelly closed issue #972: Testing: Batching with encryption and compression must work with compaction URL: https://github.com/apache/incubator-pulsar/issues/972 This is an automated message from the Apache Git Service.

[GitHub] ivankelly closed issue #971: Testing: Compaction on a compressed topic shouldn't break the topic

2018-04-30 Thread GitBox
ivankelly closed issue #971: Testing: Compaction on a compressed topic shouldn't break the topic URL: https://github.com/apache/incubator-pulsar/issues/971 This is an automated message from the Apache Git Service. To

[GitHub] ivankelly closed issue #966: Coordination for compacted ledger

2018-04-30 Thread GitBox
ivankelly closed issue #966: Coordination for compacted ledger URL: https://github.com/apache/incubator-pulsar/issues/966 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ivankelly commented on issue #1669: PIP-17: provide DataBlockHeader and implementation

2018-04-30 Thread GitBox
ivankelly commented on issue #1669: PIP-17: provide DataBlockHeader and implementation URL: https://github.com/apache/incubator-pulsar/pull/1669#issuecomment-385420445 @zhaijack lgtm. Will you add the master issue to the PR description, so it gets linked there.

[GitHub] lucperkins commented on a change in pull request #1677: Add tenant and namespace getters to Python context

2018-04-30 Thread GitBox
lucperkins commented on a change in pull request #1677: Add tenant and namespace getters to Python context URL: https://github.com/apache/incubator-pulsar/pull/1677#discussion_r185055849 ## File path: pulsar-client-cpp/python/functions/context.py ## @@ -50,9 +50,18 @@ def

[GitHub] ivankelly commented on issue #1639: Rest API for Ledger Offloading

2018-04-30 Thread GitBox
ivankelly commented on issue #1639: Rest API for Ledger Offloading URL: https://github.com/apache/incubator-pulsar/pull/1639#issuecomment-385476742 retest this please // PersistentFailoverE2ETest.testSimpleConsumerEventsWithoutPartition

[GitHub] lucperkins opened a new pull request #1684: Update REST API docs

2018-04-30 Thread GitBox
lucperkins opened a new pull request #1684: Update REST API docs URL: https://github.com/apache/incubator-pulsar/pull/1684 At the moment, updating the REST API docs via Swagger is a manual process. This PR is the first update in several months (in light of some important changes).

[GitHub] merlimat opened a new pull request #1685: Fixed NPE and added test for Schema.STRING

2018-04-30 Thread GitBox
merlimat opened a new pull request #1685: Fixed NPE and added test for Schema.STRING URL: https://github.com/apache/incubator-pulsar/pull/1685 ### Motivation Fixed NullPointerException when using `StringSchema` ### Modifications * Added `StringSchema` as

[GitHub] merlimat commented on a change in pull request #1553: Pulsar 2.0 docs

2018-04-30 Thread GitBox
merlimat commented on a change in pull request #1553: Pulsar 2.0 docs URL: https://github.com/apache/incubator-pulsar/pull/1553#discussion_r185071798 ## File path: site/_config.yml ## @@ -25,9 +25,10 @@ pulsar_repo: https://github.com/apache/incubator-pulsar/tree/master

[GitHub] sijie closed pull request #1682: Fix DefaultSchemasTest

2018-04-30 Thread GitBox
sijie closed pull request #1682: Fix DefaultSchemasTest URL: https://github.com/apache/incubator-pulsar/pull/1682 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[incubator-pulsar] branch master updated: Fix DefaultSchemasTest (#1682)

2018-04-30 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 42c2f37 Fix DefaultSchemasTest

[GitHub] sijie commented on issue #1656: Add admin api to delete topic forcefully

2018-04-30 Thread GitBox
sijie commented on issue #1656: Add admin api to delete topic forcefully URL: https://github.com/apache/incubator-pulsar/pull/1656#issuecomment-385443933 @merlimat : @rdhabalia has addressed the conflicts. can you review this PR?

[GitHub] srkukarni commented on a change in pull request #1677: Add tenant and namespace getters to Python context

2018-04-30 Thread GitBox
srkukarni commented on a change in pull request #1677: Add tenant and namespace getters to Python context URL: https://github.com/apache/incubator-pulsar/pull/1677#discussion_r185055226 ## File path: pulsar-client-cpp/python/functions/context.py ## @@ -50,9 +50,18 @@ def

[GitHub] lucperkins commented on issue #1482: Pulsar Functions for Python docs

2018-04-30 Thread GitBox
lucperkins commented on issue #1482: Pulsar Functions for Python docs URL: https://github.com/apache/incubator-pulsar/pull/1482#issuecomment-385480279 @srkukarni Fixed This is an automated message from the Apache Git Service.

[GitHub] merlimat opened a new pull request #1683: Introduced TypedMessageBuilder

2018-04-30 Thread GitBox
merlimat opened a new pull request #1683: Introduced TypedMessageBuilder URL: https://github.com/apache/incubator-pulsar/pull/1683 ### Motivation Simplify message builder interactions when using schema. The current message builder interface requires to pass the `Schema`

  1   2   >