Hi,

I just started an FAQ section in oak-doc. So if you feel you are answering the same questions all over again on the list, consider adding it to the FAQ and point users there.

Michael


-------- Original Message --------
Subject: svn commit: r1594574 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md
Date: Wed, 14 May 2014 13:25:58 -0000
From: mdue...@apache.org
Reply-To: oak-dev@jackrabbit.apache.org
To: oak-comm...@jackrabbit.apache.org

Author: mduerig
Date: Wed May 14 13:25:58 2014
New Revision: 1594574

URL: http://svn.apache.org/r1594574
Log:
OAK-301: Document Oak
- Updates to FAQ

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md?rev=1594574&r1=1594573&r2=1594574&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md Wed May 14 13:25:58 2014
@@ -17,6 +17,17 @@

 #Â Frequently asked questions

+### I get a warning "Traversed 1000 nodes ...", what does that mean?
+
+You might be missing an index. See [Query engine](query.html).
+
+
+### I get a warning "Attempt to perform ... while another thread is concurrently ...", what is wrong?
+
+You are accessing a `Session` instance concurrently from multiple threads. Session instances are +[not thread safe](dos_and_donts.html#Anti_pattern:_concurrent_session_access).
+
+
 ### My question is not listed here

Search the [Oak dev list](http://jackrabbit.markmail.org/search/+list:org.apache.jackrabbit.oak-dev)




Reply via email to