You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by John McNally <jm...@collab.net> on 2001/10/18 21:55:13 UTC

Re: What is this warning? IDBroker?

You say you only have one JVM, so the warning does not apply.

IDBroker attempts to use transactions to limit the possibility of a
distributed application from getting duplicate keys.  Your database is
not set up to use transactions, so do not use it to back multiple
application layer servers.

john mcnally

Scott Merritt wrote:
> 
> Is this because I'm using MySQL?  Should I be concerned about this?  I'm
> only using one JVM, of course Turbine is spawning multiple threads...?
> Should my db be 'default' or should it be showing MySQL?
> 
> Thanks...
> 
> [Thu Oct 18 13:52:11 PDT 2001] -- WARN -- IDBroker is being used with db:
> default
>  which does not support transactions.  It is possible to
>  generate duplicate keys, if multiple JVM's are used or other
>  means are used to write to the database.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org