[
https://issues.apache.org/jira/browse/DL-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043912#comment-16043912
]
ASF GitHub Bot commented on DL-199:
-----------------------------------
Github user leighst commented on a diff in the pull request:
https://github.com/apache/incubator-distributedlog/pull/130#discussion_r121047018
--- Diff:
distributedlog-core/src/main/java/org/apache/distributedlog/util/Utils.java ---
@@ -635,4 +636,16 @@ public static String getParent(final String path) {
return path.substring(0, lastIndex);
}
+ /**
+ * Validate the provided {@code logName}.
+ *
+ * @param logName name of the log
+ * @throws InvalidStreamNameException if the name of the log is not
valid.
+ */
+ public static void validateLogName(String logName) throws
InvalidStreamNameException {
--- End diff --
whats going on here?
> 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)