Re: [DISCUSS] PIP-195: New bucket based delayed message tracker

2022-08-03 Thread PengHui Li
+1

Penghui

On Mon, Aug 1, 2022 at 11:16 PM Cong Zhao  wrote:

> Hi Penghui,
> Thanks for your feed.
>
> I have added them, please see the proposal again.
>
> Thanks,
> Cong Zhao
>
> On 2022/07/29 05:08:10 PengHui Li wrote:
> > We should also add a part for observability. Add some metrics to the
> delayed index buckets and snapshots will help users to tune the
> > configurations.
> >
> > And please add a section to describe the upgrade and downgrade.
> >
> > +1 for the proposal
> >
> > Penghui
> > On Jul 27, 2022, 23:50 +0800, Cong Zhao , wrote:
> > > Hi Enrico,
> > > Thanks for your feedback.
> > >
> > > > How do you enable this feature? A flag in broker.conf?
> > > Yes, we add a flag in broker.conf to enable this feature, I will
> update it
> > >
> > > > Is it possible to enable the feature by doing a rolling upgrade of
> the
> > > > brokers? What happens if you have brokers that are still running the
> old
> > > > tracker?
> > > I think it is possible to enable the feature by doing a rolling
> upgrade of the brokers, because the delayed message index in the old
> tracker only exists in the memory.
> > >
> > > > Is it possible to rollback seamlessly?
> > > It is possible to rollback seamlessly, the old memory tracker will
> rebuild the delayed message index.
> > >
> > > On 2022/07/27 06:19:28 Enrico Olivelli wrote:
> > > > Good proposal.
> > > >
> > > > How do you enable this feature? A flag in broker.conf?
> > > >
> > > > Is it possible to enable the feature by doing a rolling upgrade of
> the
> > > > brokers? What happens if you have brokers that are still running the
> old
> > > > tracker?
> > > >
> > > > Is it possible to rollback seamlessly?
> > > >
> > > > Enrico
> > > >
> > > > Il Mer 27 Lug 2022, 05:39 Dezhi Liu  ha
> scritto:
> > > >
> > > > > +1, good job.
> > > > >
> > > > > Thanks,
> > > > > Dezhi
> > > > >
> > > > > On 2022/07/25 02:22:00 Cong Zhao wrote:
> > > > > > Hello Pulsar Community,
> > > > > >
> > > > > >
> > > > > > I would like to open a discussion here about PIP-195 : New
> bucket based
> > > > > > delayed message tracker. I look forward to your feedback.
> > > > > >
> > > > > >
> > > > > > PIP: https://github.com/apache/pulsar/issues/16763
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Cong Zhao
> > > > > >
> > > > >
> > > >
> > >
> > > Thanks,
> > > Cong Zhao
> >
>


Re: [Vote] PIP-192 New Pulsar Broker Load Balancer

2022-08-03 Thread PengHui Li
+1

Penghui

On Tue, Aug 2, 2022 at 8:50 AM Heesung Sohn
 wrote:

> Dear Pulsar Community,
>
> Please review and vote on this PIP.
>
> PIP link: https://github.com/apache/pulsar/issues/16691
>
> Thank you,
> -Heesung
>


[GitHub] [pulsar-helm-chart] mzwennes commented on pull request #219: Feature/pulsar manager v0.2.0 with jwt setup admin account creation

2022-08-03 Thread GitBox


mzwennes commented on PR #219:
URL: 
https://github.com/apache/pulsar-helm-chart/pull/219#issuecomment-1203705299

   @tuteng Could these changes be merged? I would love to be able to set the 
JWT via a Secret.


-- 
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: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar-manager] jamesWsg opened a new issue, #479: Authorization failed

2022-08-03 Thread GitBox


jamesWsg opened a new issue, #479:
URL: https://github.com/apache/pulsar-manager/issues/479

   1, Have add config to ,create token is ok in web
   
   
   
   2, when want to authorization the above role user1
   
   
![image](https://user-images.githubusercontent.com/17287939/182576379-035826f2-76f4-413d-96cf-f19530d67d0a.png)
   
   


-- 
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: dev-unsubscr...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar-manager] moecasts commented on issue #476: manager UI login 404

2022-08-03 Thread GitBox


moecasts commented on issue #476:
URL: https://github.com/apache/pulsar-manager/issues/476#issuecomment-1204053843

   > 我查了下,根本问题pg没初始化成功,initdb, pg_ctl 这两个命令不在系统环境变量里面 
![image](https://user-images.githubusercontent.com/29701800/182519886-5eee108d-2005-484a-b69f-07f73ea5a1a3.png)
   > 
   > 解决办法是在这个文件第20行加入export PATH=$PATH:/usr/lib/postgresql/13/bin/ 就行了 
![image](https://user-images.githubusercontent.com/29701800/182519546-1890afb9-684c-4bbe-9e29-3d323a56d93d.png)
   
   可以了,谢谢大佬!


-- 
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: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[DISCUSSION] PiP196 TransactionBuffer Multiple-snapshots

2022-08-03 Thread Xiangying Meng
Hi, Pulsar community,
I`d like to start a discussion about transaction multiple-snapshot.
In order to get rid of the capacity limitation of the bookkeeper entry, we
plan to use multiple snapshots. More details can be found here
.

Yours sincerely,
Xiangying Meng