mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
added some more logging looking for hashring bug
This commit is contained in:
parent
b90166ee4f
commit
6bd28a59ef
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ func (d *Database) getFragment(frame *Frame, slice *Slice, fragment_id util.SUUI
|
|||
func (d *Database) addFragment(frame *Frame, slice *Slice, fragment_id util.SUUID) *Fragment {
|
||||
fsi, err := d.GetFrameSliceIntersect(frame, slice)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
log.Println("database.addFragment", err)
|
||||
return nil
|
||||
}
|
||||
fragment := Fragment{id: fragment_id}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue