Re: Re: How to ensure LevelDB store uses a JNI driver

2015-01-26 Thread kinamor
user test. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-ensure-LevelDB-store-uses-a-JNI-driver-tp4664418p4690435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re:Re: Re: How to ensure LevelDB store uses a JNI driver

2013-03-08 Thread SuoNayi
Thanks for clarification! At 2013-03-09 00:28:09,"Hiram Chirino" wrote: >On Thu, Mar 7, 2013 at 1:42 AM, SuoNayi wrote: > >> I have some confusions not answered until now: >> 1. A leveldb driver( pure java driver or the jni driver) seems like a jdbc >> driver, >> it can not save the data

Re: Re: How to ensure LevelDB store uses a JNI driver

2013-03-08 Thread Hiram Chirino
On Thu, Mar 7, 2013 at 1:42 AM, SuoNayi wrote: > I have some confusions not answered until now: > 1. A leveldb driver( pure java driver or the jni driver) seems like a jdbc > driver, > it can not save the data without talking to the store engine(database). > For the jni driver, does it wi

Re:Re: How to ensure LevelDB store uses a JNI driver

2013-03-06 Thread SuoNayi
I have some confusions not answered until now: 1. A leveldb driver( pure java driver or the jni driver) seems like a jdbc driver, it can not save the data without talking to the store engine(database). For the jni driver, does it will find the installed LevelDB on the broker at first?

Re: How to ensure LevelDB store uses a JNI driver

2013-03-06 Thread Christian Posta
Apollo does this. I think the logs are coming from the leveldb store, so when using with ActiveMQ 5.x it should be the same (but i didn't try yet). It will only log if NOT using the JNI impl. On Wed, Mar 6, 2013 at 12:35 AM, Claus Ibsen wrote: > On Wed, Mar 6, 2013 at 8:00 AM, SuoNayi wrote: >

Re: How to ensure LevelDB store uses a JNI driver

2013-03-05 Thread Claus Ibsen
On Wed, Mar 6, 2013 at 8:00 AM, SuoNayi wrote: > Also I saw the leveldb-0.2.jar in the extra directory under the lib > directory, seems it's the java LevelDB implement. > > I removed the jar from the extra directory and deployed a new broker on other > new CentOS server and restarted the broker,

How to ensure LevelDB store uses a JNI driver

2013-03-05 Thread SuoNayi
Hi , Can we ensure LevelDB store uses a JNI driver or not via logging? I have deployed brokers on two CentOS servers, one server with LevelDB installation while the other without installation. After changing the logging level to DEBUG, I still can not find logs to indicate that a JNI driver or a

How to ensure LevelDB store uses a JNI driver

2013-03-05 Thread SuoNayi
Hi , Can we ensure LevelDB store uses a JNI driver or not via logging? I have deployed brokers on two CentOS servers, one server with LevelDB installation while the other without installation. After changing the logging level to DEBUG, I still can not find logs to indicate that a JNI driver or a