1.0

Table Of Contents
EnablesTrace flag
Detailed index logging.TraceIndex
Logging for JAR installation, replace, and remove events.TraceJars
Detailed logging for transaction events and operations, including
commit and rollback.
TraceTran
Locking and unlocking information for all internal locks.TraceLock_*
Logging for all DataDictionary and table locks that are acquired or
released.
TraceLock_DD
If you are asked to set a trace ag for debugging purposes, do so using the sqlfire.debug.true system
property when you start a server or locator. For example, this command sets both the QueryDistribution and
TraceIndex ags:
sqlf server start -J-Dsqlfire.debug.true=QueryDistribution,TraceIndex
For applications that use the JDBC peer driver, set trace-related ags in the sqlre.debug.true system property
before the application connects to the SQLFire cluster. For example, this code sets traces for index and query
distribution and then connects using the peer driver:
Properties props = new Properties();
props.put(sqlfire.debug.true, TraceIndex,QueryDistribution);
System.setProperties(props);
Java.sql.Connection conn =
java.sql.DriverManager.getConnection(jdbc:sqlfire:);
251
Configuring and Using SQLFire Log Files