cannot start solr, no logs

2015-12-28 Thread Hao
34:41.875[info]<0.411.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_reduce)host stopping(<0.411.0>) 2015-12-2816:34:41.875[info]<0.409.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_reduce)host stopping(<0.409.0>) 2015-12-2816:34:41.876[info]<0.397.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.397.0>) 2015-12-2816:34:41.876[info]<0.399.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.399.0>) 2015-12-2816:34:41.876[info]<0.398.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.398.0>) 2015-12-2816:34:41.876[info]<0.401.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.401.0>) 2015-12-2816:34:41.876[info]<0.403.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.403.0>) 2015-12-2816:34:41.877[info]<0.402.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.402.0>) 2015-12-2816:34:41.877[info]<0.400.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.400.0>) 2015-12-2816:34:41.877[info]<0.404.0>@riak_kv_js_vm:terminate:237Spidermonkey VM(pool:riak_kv_js_map)host stopping(<0.404.0>) 2015-12-2816:34:41.877[info]<0.337.0>@riak_kv_app:stop:248Stopped application riak_kv. 2015-12-2816:34:41.891[info]<0.163.0>@riak_core_app:stop:114Stopped application riak_core. | -- 王 昊 Hao WANG 86 186 0086 9737 为学日益 为道日损 http://blog.jusfeel.cn ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: How to deal with 1 second indexing requirement in Riak Search 2.0

2015-09-05 Thread Hao
request is not quick enough to finish saving. After all, Riak saving a record is eventual consistency right? ( or is key save fast enough to ignore?) Thanks, -Hao On 09/05/2015 04:28 AM, Dmitri Zagidulin wrote: I second what Luke said. Definitely use Key/Value operations for this case (the

How to deal with 1 second indexing requirement in Riak Search 2.0

2015-09-04 Thread Hao
want to make sure that there is really no other way) Thanks, -- Hao ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: What's the maximum seconds to set index on bucket after creating the index

2015-09-02 Thread Hao
v. 2.0.4. I think I know what might be causing the wrong. I forgot to add the my custom extractor into riak. Will test it out. Thanks, -Hao On 09/02/2015 11:36 PM, Alex Moore wrote: netease mail Hao, What version of Riak are you using? Thanks, Alex On Sep 2, 2015, at 11:26 AM, Fred

What's the maximum seconds to set index on bucket after creating the index

2015-09-02 Thread Hao
I set the index on a bucket is <<"Invalid bucket properties: [{search_index,\n <<\"application_test_player_idx does not exist\">>}]">> Thanks, -- Hao ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

SolrException: Error CREATEing SolrCore after deleting index

2015-08-10 Thread Hao
Hi, I deleted a search index through Erlang client. Then I saw this in solr log showing every minute: org.apache.solr.common.SolrException: Error CREATEing SolrCore 'todoriak_main_movie_idx': Unable to create core: todoriak_main_movie_idx Caused by: /var/lib/riak/yz/todoriak_main_movie_idx/da

Re:Re: For erlang proplist object, extractor is needed?

2015-08-08 Thread Hao
Big thanks! Drew. I was just cracking my head wondering what went wrong. I didn't realize that it must be binary. I do want to save proplist directly. Cheer! -- Hao At 2015-08-09 01:54:44, "Drew Kerrigan" wrote: Hello Hao, Riak object values must be supplied to Riak as

For erlang proplist object, extractor is needed?

2015-08-07 Thread Hao
If I want to save Erlang proplist into Riak and use Riak Search 2.0, do I need to create a Erlang Proplist extractor for solr to be able to index it? -- Hao ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman

How to fix an stale index situation after a bitcask data restore

2015-08-07 Thread Hao
index. No? Is the AAE only for cluster? What can I do now? Delete index and re-create? What's the business of re-attach? Thank you -Hao ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo

Re:Re: Riak shuts down itself after couple of minutes

2015-08-07 Thread Hao
Which one? I am bit of lost. [root@localhost riak_data]# cat /proc/sys/fs/file-max 786810 [root@localhost riak_data]# ulimit -Hn 4096 [root@localhost riak_data]# ulimit -Sn 1024 --Hao 在 2015-08-07 23:58:56,"Alex Moore" 写道: Hi Hao, Looks like you might be running into an EM