| Index: filter/dscache/context.go
|
| diff --git a/filter/dscache/context.go b/filter/dscache/context.go
|
| index 87477802d1b16865193911103de8c36ce683e4e8..6d17f1c852bc514b6323a114de298c11ce3efb0a 100644
|
| --- a/filter/dscache/context.go
|
| +++ b/filter/dscache/context.go
|
| @@ -46,10 +46,11 @@ func FilterRDS(c context.Context, shardsForKey func(*ds.Key) int) context.Contex
|
| func AlwaysFilterRDS(c context.Context, shardsForKey func(*ds.Key) int) context.Context {
|
| return ds.AddRawFilters(c, func(c context.Context, ds ds.RawInterface) ds.RawInterface {
|
| i := info.Get(c)
|
| + ns, _ := i.GetNamespace()
|
|
|
| sc := &supportContext{
|
| i.AppID(),
|
| - i.GetNamespace(),
|
| + ns,
|
| c,
|
| mc.Get(c),
|
| mathrand.Get(c),
|
|
|