Thanks,

Unfortunately I have few millions of keys in a live application and its
almost impossible to update them all without stopping the service. And it
can't be as simple as whitespace<->underscore replacement (what if there
will be a real underscore in the name?).

On 22 November 2014 at 16:15, Eric Redmond <eredm...@basho.com> wrote:

> Go ahead and submit an issue. We'll take a look at it, but it could be
> months before a fix ends up in a release. I'd take Ryan's suggestion for
> now and replace spaces with another char like underscore (_).
>
> Eric
>
>
> On Nov 21, 2014, at 11:20 PM, Oleksiy Krivoshey <oleks...@gmail.com>
> wrote:
>
> Bucket backend is eleveldb.
>
> Bucket props
> are: 
> '{"props":{"backend":"fs_files","allow_mult":"false","r":1,"notfound_ok":"false","basic_quorum":"true","search_index":"files_index"}}'
>
> fs_files backend:
>
> {<<"fs_files">>, riak_kv_eleveldb_backend, [
>                 % {total_leveldb_mem, 8589934592},
>                 {data_root, "./fs_files"}
>             ]},
>
> Thats the content of that key (/.Trash/MT03 348 plat frames):
>
> { value:
>    { ctime: '2014-11-21T17:40:07.947Z',
>      mtime: '2014-11-21T17:40:07.947Z',
>      isDirectory: true },
>   content_type: 'application/json',
>   vtag: '6gqpDUb5r2GWyUQO6JFVaB',
>   last_mod: 1416591607,
>   last_mod_usecs: 948073,
>   indexes:
>    [ { key: 'abtiuxzzzcyr6y6cat3fgvfuaff9veot.files_directory_bin',
>        value: '/.Trash' } ] }
>
> There definitely never were any key as '/.Trash/MT03'.
>
> On 22 November 2014 00:14, Oleksiy Krivoshey <oleks...@gmail.com> wrote:
>
>> '/.Trash/MT03 348 plat frame
>
>
>
> --
> Oleksiy Krivoshey
>  _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
>


-- 
Oleksiy Krivoshey
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to