[ 
https://issues.apache.org/jira/browse/DL-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018272#comment-16018272
 ] 

ASF GitHub Bot commented on DL-199:
-----------------------------------

Github user jiazhai commented on a diff in the pull request:

    
https://github.com/apache/incubator-distributedlog/pull/130#discussion_r117600405
  
    --- Diff: 
distributedlog-core/src/test/java/org/apache/distributedlog/TestBKDistributedLogNamespace.java
 ---
    @@ -143,7 +172,7 @@ public void testInvalidStreamName() throws Exception {
             }
     
             try {
    -            namespace.openLog("/test2");
    +            namespace.openLog("/ test2");
                 fail("should fail to create invalid stream /test2");
    --- End diff --
    
    seems also need a space here: / test2


> Be able to support filesystem-path like name
> --------------------------------------------
>
>                 Key: DL-199
>                 URL: https://issues.apache.org/jira/browse/DL-199
>             Project: DistributedLog
>          Issue Type: Task
>          Components: distributedlog-core
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 0.5.0
>
>
> In order to support hierachical namespace, we need to be able to support 
> filesystem path like log name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to