[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber @cckellogg The related implementation of ```RangerAuthorizationService``` can refer to the following link: http://mail-archives.apache.org/mod_

[GitHub] [pulsar] Demogorgon314 commented on pull request #11498: [feature][pulsar-broker]: Add additional servlet support to broker

2021-07-31 Thread GitBox
Demogorgon314 commented on pull request #11498: URL: https://github.com/apache/pulsar/pull/11498#issuecomment-890452780 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber @cckellogg About: https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger https://cwiki.apache.org/conf

[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber @cckellogg About: https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger https://cwiki.apache.org/conf

[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber @cckellogg About: https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger https://cwiki.apache.org/conf

[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber @cckellogg https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger The following example illustrates the fo

[GitHub] [pulsar] complone edited a comment on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone edited a comment on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger The following example illustrates the following scen

[GitHub] [pulsar] complone commented on pull request #10969: [Broker]support ranger

2021-07-31 Thread GitBox
complone commented on pull request #10969: URL: https://github.com/apache/pulsar/pull/10969#issuecomment-890431892 @ltamber https://github.com/aries-demos/dataops/tree/master/stack-hooks/before-INSTALL/scripts/ranger The following example illustrates the following sce

[pulsar] branch master updated: [Issue #11523] Check the BrokerInterceptor before de-ref in newMessageAndIntercept (#11524)

2021-07-31 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 1fc7e3b [Issue #11523] Check the BrokerIntercep

[GitHub] [pulsar] merlimat commented on a change in pull request #11524: [Issue #11523] Check the BrokerInterceptor before de-ref in newMessag…

2021-07-31 Thread GitBox
merlimat commented on a change in pull request #11524: URL: https://github.com/apache/pulsar/pull/11524#discussion_r680393493 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java ## @@ -2364,7 +2365,12 @@ public ByteBufPair newMessageAndInt

[GitHub] [pulsar] merlimat closed issue #11523: NPE observed in message interceptor

2021-07-31 Thread GitBox
merlimat closed issue #11523: URL: https://github.com/apache/pulsar/issues/11523 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr.

[GitHub] [pulsar] merlimat merged pull request #11524: [Issue #11523] Check the BrokerInterceptor before de-ref in newMessag…

2021-07-31 Thread GitBox
merlimat merged pull request #11524: URL: https://github.com/apache/pulsar/pull/11524 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsu

[GitHub] [pulsar] lhotari commented on issue #11521: NPE in managed ledger on read failed

2021-07-31 Thread GitBox
lhotari commented on issue #11521: URL: https://github.com/apache/pulsar/issues/11521#issuecomment-890362875 There is PR #11387 that fixes some thread safety issues in OpReadEntry. I wonder if that fix would help for this case. -- This is an automated message from the Apache Git Service.

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11490: [ManagedLedger] Compress managed ledger info

2021-07-31 Thread GitBox
gaoran10 commented on a change in pull request #11490: URL: https://github.com/apache/pulsar/pull/11490#discussion_r680364986 ## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/MetaStoreImpl.java ## @@ -264,4 +285,70 @@ private static MetaStoreExcept