apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Create log should create missing path components #225

Closed sijie closed 7 years ago

sijie commented 7 years ago

BUG REPORT

  1. Please describe the issue you observed:

namespace.createLog("/path/to/log")

it should automatically create "/path" and "/path/to" if they are missing.

NONODE exception is thrown when creating the log.

sijie commented 7 years ago

this is merged by #228