mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 03:37:24 +08:00
fix cassandra creation problem
fix https://github.com/chrislusf/seaweedfs/issues/986
This commit is contained in:
@@ -85,7 +85,7 @@ func (store *CassandraStore) FindEntry(ctx context.Context, fullpath filer2.Full
|
||||
}
|
||||
|
||||
if len(data) == 0 {
|
||||
return nil, fmt.Errorf("not found: %s", fullpath)
|
||||
return nil, filer2.ErrNotFound
|
||||
}
|
||||
|
||||
entry = &filer2.Entry{
|
||||
|
Reference in New Issue
Block a user