Re: question about DL namespace

2016-09-17 Thread Khurrum Nasim
+1 for the interface. - KN On Mon, Sep 12, 2016 at 5:46 PM, Jon Derrick wrote: > Sijie, thank you for your comments. > > I'd like to make a proposal by introducing a `NamespaceResolver`. > > What does a namespace resolver do? A namespace resolver is basically > resolving the log stream name int

Re: question about DL namespace

2016-09-12 Thread Sijie Guo
This sounds reasonable to me. Look forward to your contribution. - Sijie On Mon, Sep 12, 2016 at 2:46 AM, Jon Derrick wrote: > Sijie, thank you for your comments. > > I'd like to make a proposal by introducing a `NamespaceResolver`. > > What does a namespace resolver do? A namespace resolver is

Re: question about DL namespace

2016-09-12 Thread Jon Derrick
Sijie, thank you for your comments. I'd like to make a proposal by introducing a `NamespaceResolver`. What does a namespace resolver do? A namespace resolver is basically resolving the log stream name into a metadata location path. Then DL knows where to locate the metadata of a log stream. The r

Re: question about DL namespace

2016-08-23 Thread Khurrum Nasim
On Thu, Aug 18, 2016 at 2:30 AM, Sijie Guo wrote: > Jon, > > Sorry for late response. This is a very good question. Comments in line. > > Sijie > > On Monday, August 15, 2016, Jon Derrick > wrote: > > > Hello all, > > > > I read the distributed log code closely. I found that the DL namespace > i

Re: question about DL namespace

2016-08-18 Thread Sijie Guo
Jon, Sorry for late response. This is a very good question. Comments in line. Sijie On Monday, August 15, 2016, Jon Derrick wrote: > Hello all, > > I read the distributed log code closely. I found that the DL namespace is a > flat namespace. There will be a potential issue if there are a lot o

question about DL namespace

2016-08-15 Thread Jon Derrick
Hello all, I read the distributed log code closely. I found that the DL namespace is a flat namespace. There will be a potential issue if there are a lot of streams created under a same namespace. I am very curious what are the thoughts behind that. Here are some questions: - How many streams tha