You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/03/19 21:33:42 UTC

svn commit: r756216 - /incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt

Author: shanti
Date: Thu Mar 19 21:33:42 2009
New Revision: 756216

URL: http://svn.apache.org/viewvc?rev=756216&view=rev
Log:
Added 'Known Issues' to release notes.

Modified:
    incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt

Modified: incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt
URL: http://svn.apache.org/viewvc/incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt?rev=756216&r1=756215&r2=756216&view=diff
==============================================================================
--- incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt (original)
+++ incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.1.txt Thu Mar 19 21:33:42 2009
@@ -13,3 +13,18 @@
 
 The instructions for setting up Olio from the source kit are contained in
 rails_setup.html which is located in the 'docs' directory.
+
+Known Issues
+=============
+. Due to the way logging works in apache common HttpClient, you will see a
+  lot of messages of the form "Redirect requested but followRedirects is disabled"
+  in the faban run log. To turn off these annoying messages, add the following to
+  ~faban/config/logging.properties:
+	org.apache.commons.httpclient.level=SEVERE
+
+. OLIO-76: Some times, the addition of an attendee fails resulting in the 
+  following message in the run log:
+     Add attendee failed, possible race condition
+  
+. OLIO-81: The cycle/think time requirements may fail for the AddPerson 
+  and AddEvent operations. You can safely ignore this failure for now.