You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by leighst <gi...@git.apache.org> on 2017/06/09 04:26:23 UTC

[GitHub] incubator-distributedlog pull request #130: DL-199: Be able to support files...

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?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---