Dave Ward 9963da3d51 Merged V3.3 to HEAD
20794: Merged DEV/V3.3-BUG-FIX to V3.3
      20792: Fix for unit test failures introduced by check in 20771
      20791: ALF-3568: Include axiom jars in WAS shared library to solve Quickr connector issues
      20785: Merged DEV/BELARUS/V3.3-BUG-FIX-2010_06_14 to DEV/V3.3-BUG-FIX
         20644: Function for the browser window closing was implemented. For IE browser the trick with window opener was used. Fixes ALF-1004: After closing Details Space, user doesn't return to his previous location
      20784: Fix for ALF-3516: Enterprise 3.X / Impossible to Create a Blog with Special Characters in the Title (?/!)
      20783: Fix for ALF-1087: Documents checked-out from Share do not have "Upload new version" action in Alfresco Explorer
      20782: Added multiday timed event handling to week view
      20775: Merged V3.3 to DEV/V3.3-BUG-FIX
         20670: Fix for ALF-3260: XSS attack is made in Wiki tab if First/Last user name contain xss. Also fixed double encoding errors found during regression testing.
      20772: Update to node browser to show namespace of attributes.
      20771: ALF-3591 - transferring rules.
         - also extends the behaviour filter.
      20770: ALF-3186 - action parameter values are not fully transferred - need to handle d:any
      20768: AVM - ALF-3611 (OrphanReaper + PurgeTestP + additional NPE fixes)
      20765: (RECORD ONLY) Merged BRANCHES/V3.3 to BRANCHES/DEV/V3.3-BUG-FIX:
         20708: DB2 build - add create/drop db ant targets (use DB2 cmdline - since not possible via JDBC/SQL)
         20722: DB2 build - run db2cmd in same window (follow-on to r20708)
      20764: Fix unreported JSON encoding issue with links components
      20762: Fix ALF-2599: Share - Cannot search for user currently logged on
      20759: DB2: fix FullNodeServiceTest.testLongMLTextValues (ALF-497)
         - TODO: fix create script when merging to HEAD
      20756: DB2: fix JBPMEngine*Test.* (ALF-3640) - follow-on (upgrade patch)
      20746: DB2: fix WebProjectServiceImplTest.testCreateWebProject (ALF-2300)
      20744: DB2: fix JBPMEngine*Test.* (ALF-3640) - missed file
      20743: DB2: fix JBPMEngine*Test.* (ALF-3640)
      20729: AVM - fix purge store so that root nodes are actually orphaned (ALF-3627)
         - also prelim for ALF-3611
      20720: (RECORD ONLY) ALF-3594: Merged HEAD to V3.3-BUGFIX
         20616: ALF-2265: Share 'Uber Filter' part 2
            - WebScriptNTLMAuthenticationFilter detached from its superclass and renamed to WebScriptSSOAuthenticationFilter
            - Now the filter simply chains to the downstream authentication filter rather than call its superclass
            - This means the same filter can be used for Kerberos-protected webscripts as well as NTLM
            - Wired globalAuthenticationFilter behind webscriptAuthenticationFilter in the filter chain in web.xml
            - Configured webscriptAuthenticationFilter for Kerberos subsystem
      20719: Merged DEV/TEMPORARY to V3.3-BUGFIX
         20696: ALF-3180: when using NTLM SSO, a user needs to log in first into the web UI before being able to mount alfresco using CIFS
            The absence of the missing person creation logic in “the org.alfresco.filesys.auth.cifs.PassthruCifsAuthenticator.authenticateUser()” method was fixed. 
      20718: Merged DEV/TEMPORARY to V3.3-BUGFIX
         20659: ALF-3216: Incomplete settings for Lotus Quickr
            The protocol,host,port and context are removed from properties and a dependency on the org.alfresco.repo.admin.SysAdminParams interface is introduced.
      20711: Latest SpringSurf libs - fix for ALF-3557
      20710: Merged HEAD to BRANCHES/DEV/V3.3-BUG-FIX:
         20705: Fix ALF-3585: AtomPub summary can render first part of binary content resulting in invalid XML
      20691: Merged DEV/TEMPORARY to V3.3-BUGFIX
         19404: ALF-220: Editor can't rename files and folders via WebDav
            The Rename method of FileFolderService was used in case of file renaming instead of move method in WebDAV MOVE command.
      20663: ALF-3208 RenderingEngine actions should no longer appear in the list of available actions that can be fired using rules.
      20656: ALF-2645: LDAP sync now logs 'dangling references' for debugging purposes
      20651: ALF-485: FTP passthru authenticator logs authentication failures at debug level to avoid noise in the logs
      20646: Merge V2.2 To V3.3
         14301 : RECORD ONLY - ETWOTWO-1227 - fix to serialize FSR deployments.
         14618 : RECORD ONLY - Merge HEAD to 2.2 13944 : After rename project deploy option disappears.
      20637: ALF-3123: Avoid NPE on Oracle when loading empty string values persisted through JMX and the attribute service
      20633: ALF-2057: LDAP synchronization lock now persists for a maximum of two minutes (instead of 24 hours!)
         - The exclusive lock gained for LDAP sync from the JobLockService is now refreshed at 1 minute intervals and never persists for more than 2 minutes
      20628: ALF-1905: Allow use of anonymous bind for LDAP synchronization (NOT authentication)
         - Previously synchronization AND authentication shared the same setting for java.naming.security.authentication, meaning that if you tried to use anonymous bind for the synchronization side, the authentication side would complain.
         - Now there are two independent environments declared for the 'default' synchronization connection and the authentication connection
         - A new property ldap.synchronization.java.naming.security.authentication declares the authentication type used by synchronization. Set to "none" for anonymous bind.
      20623: Fix for ALF-3188 : Access Denied when updating doc via CIFS
      20620: Merge DEV to V3.3-BUG-FIX
         20456 -  ALF-1824 : Setting alfresco.rmi.services.host on linux does not use specified host/IP
      20617: Merged DEV/BELARUS/V3.3-2010_06_08 to V3.3-BUG-FIX (with corrections)
         20606: ALF-651: Web Services client ContentUtils.convertToByteArray is broken
            - org.alfresco.webservice.util.ContentUtils.convertToByteArray() method has been updated to cover large Input Streams conversion.
            - org.alfresco.webservice.test.ContentUtilsTest is a test for the new functionality implemented in the ContentUtils class.
            - org.alfresco.webservice.test.resources.big-content.pdf is a large content for the ContentUtilsTest.testInputStreamToByteArrayConversion() test.
      20613: Fixed ALF-1746: Metadata extractors are unable to remove ALL aspect-related properties
         - putRawValue keeps hold of 'null' values
         - All policies keep hold of 'null' values
         - Only affects 'carryAspectProperties=false'
      20609: Merged HEAD to V3.3-BUG-FIX
         20578: ALF-3178 - Transfer Service - to transfer rule (ie. ruleFolder with it's children) the PathHelper should allow "-" (dash character)
         20608: ALF-3178 - fix r20578 (mis-applied patch)
      20594: WebDAV BitKinex compatibility fix - Let the XML Parser work out the body encoding if it is not declared in the Content-Type header
      20588: (RECORD ONLY) Merged V3.3 to V3.3-BUG-FIX
         - Merged across all differences from V3.3
   20778: Added revision to version label.
   20777: Fix for ALF-2451 - installer correctly configure Share port
   20722: DB2 build - run db2cmd in same window (follow-on to r20712)
   20721: DB2 build - fix create target and add "/c" to exit "db2cmd"
      - TODO: add wait/timeout target, ideally checking for created DB 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20796 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2010-06-24 15:47:38 +00:00

659 lines
18 KiB
Java

/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Alfresco is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>. */
package org.alfresco.repo.avm;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import org.alfresco.service.cmr.avm.AVMException;
import org.alfresco.service.cmr.avm.AVMNodeDescriptor;
import org.alfresco.service.cmr.avm.AVMService;
import org.alfresco.service.cmr.repository.ContentIOException;
/**
* This is a Runnable which randomly performs operations on an AVM Repository.
* It's purpose is to act as a single thread in a multithreaded stress tester.
* @author britt
*/
class AVMTester implements Runnable
{
// Operation codes.
private static final int CREATE_FILE = 0;
private static final int CREATE_DIR = 1;
private static final int RENAME = 2;
private static final int CREATE_LAYERED_DIR = 3;
private static final int CREATE_LAYERED_FILE = 4;
private static final int REMOVE_NODE = 5;
private static final int MODIFY_FILE = 6;
private static final int READ_FILE = 7;
private static final int SNAPSHOT = 8;
private List<String> fAllPaths;
private List<String> fAllDirectories;
private List<String> fAllFiles;
private static int fgOpCount = 0;
/**
* The operation table.
*/
private int [] fOpTable;
/**
* The number of operations to perform.
*/
private int fOpCount;
/**
* The AVMService instance.
*/
private AVMService fService;
/**
* The random number generators.
*/
private static Random fgRandom = new Random();
/**
* Names for nodes.
*/
private String[] fNames;
/**
* Flag for whether this thread errored out.
*/
private boolean fError;
private String fErrorStackTrace = null;
/**
* Flag for whether this thread should exit.
*/
private boolean fExit;
/**
* Initialize this with the relative frequencies of differents operations.
* @param createFile
* @param createDir
* @param rename
* @param createLayeredDir
* @param createLayeredFile
* @param removeNode
* @param modifyFile
* @param readFile
* @param snapshot
* @param opCount The number of operations to perform.
* @param service The instance of AVMService.
*/
public AVMTester(int createFile,
int createDir,
int rename,
int createLayeredDir,
int createLayeredFile,
int removeNode,
int modifyFile,
int readFile,
int snapshot,
int opCount,
AVMService service)
{
fError = false;
fExit = false;
fService = service;
fOpCount = opCount;
int count = createFile + createDir + rename + createLayeredDir +
createLayeredFile + removeNode + modifyFile + readFile +
snapshot;
fOpTable = new int[count];
int off = 0;
for (int i = 0; i < createFile; i++)
{
fOpTable[off + i] = CREATE_FILE;
}
off += createFile;
for (int i = 0; i < createDir; i++)
{
fOpTable[off + i] = CREATE_DIR;
}
off += createDir;
for (int i = 0; i < rename; i++)
{
fOpTable[off + i] = RENAME;
}
off += rename;
for (int i = 0; i < createLayeredDir; i++)
{
fOpTable[off + i] = CREATE_LAYERED_DIR;
}
off += createLayeredDir;
for (int i = 0; i < createLayeredFile; i++)
{
fOpTable[off + i] = CREATE_LAYERED_FILE;
}
off += createLayeredFile;
for (int i = 0; i < removeNode; i++)
{
fOpTable[off + i] = REMOVE_NODE;
}
off += removeNode;
for (int i = 0; i < modifyFile; i++)
{
fOpTable[off + i] = MODIFY_FILE;
}
off += modifyFile;
for (int i = 0; i < readFile; i++)
{
fOpTable[off + i] = READ_FILE;
}
off += readFile;
for (int i = 0; i < snapshot; i++)
{
fOpTable[off + i] = SNAPSHOT;
}
off += snapshot;
// Generate a bunch of names.
String [] letters = { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j",
"k", "l", "m", "n", "o", "p", "q", "r", "s", "t",
"u", "v", "w", "x", "y", "z" };
fNames = new String[26 * 26];
for (int i = 0; i < 26; i++)
{
for (int j = 0; j < 26; j++)
{
fNames[i * 26 + j] = letters[i] + letters[j];
}
}
}
/**
* It's off.
*/
public void run()
{
try
{
long threadID = Thread.currentThread().getId();
long startTime = System.currentTimeMillis();
for (int i = 0; i < fOpCount; i++)
{
if (fExit)
{
return;
}
System.out.print(threadID + ":" + i + ":");
int which = fgRandom.nextInt(fOpTable.length);
try
{
switch (fOpTable[which])
{
case CREATE_FILE :
createFile();
break;
case CREATE_DIR :
createDirectory();
break;
case RENAME :
rename();
break;
case CREATE_LAYERED_DIR :
createLayeredDir();
break;
case CREATE_LAYERED_FILE :
createLayeredFile();
break;
case REMOVE_NODE :
removeNode();
break;
case MODIFY_FILE :
modifyFile();
break;
case READ_FILE :
readFile();
break;
case SNAPSHOT :
snapshot();
break;
}
IncCount();
}
catch (Exception e)
{
e.printStackTrace(System.err);
if (e instanceof AVMException)
{
continue;
}
if (e instanceof ContentIOException)
{
continue;
}
throw new AVMException("Failure", e);
}
}
System.out.println(fAllPaths.size() + " fses in " + (System.currentTimeMillis() - startTime) +
"ms");
}
catch (Throwable t)
{
t.printStackTrace();
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter(sw);
t.printStackTrace(pw);
fError = true;
fErrorStackTrace = sw.toString();
}
}
private void createFile()
{
String name = "PF" + fNames[fgRandom.nextInt(26 * 26)];
String path = randomDirectory();
if (path != null)
{
try
{
System.out.println("create " + path + " " + name);
PrintStream out = new PrintStream(fService.createFile(path, name));
out.println(path + "/" + name);
out.close();
addFile(appendPath(path, name));
}
catch (Exception e)
{
handleException(e);
}
}
}
private void createDirectory()
{
String name = "PD" + fNames[fgRandom.nextInt(26 * 26)];
String path = randomDirectory();
if (path != null)
{
try
{
System.out.println("mkdir " + path + " " + name);
fService.createDirectory(path, name);
addDirectory(appendPath(path, name));
}
catch (Exception e)
{
handleException(e);
}
}
}
private void rename()
{
String name = fNames[fgRandom.nextInt(26 * 26)];
String path = randomPath();
if (path == null)
{
return;
}
AVMNodeDescriptor desc = fService.lookup(-1, path);
if (desc == null)
{
return;
}
if (path.equals("main:/"))
{
return;
}
int lastSlash = path.lastIndexOf('/');
String srcPath = path.substring(0, lastSlash);
if (srcPath.equals("main:"))
{
srcPath = srcPath + "/";
}
String srcName = path.substring(lastSlash + 1);
String dstPath = randomDirectory();
if (dstPath != null)
{
try
{
System.out.println("rename " + srcPath + " " + srcName + " " + dstPath + " " + name);
fService.rename(srcPath, srcName, dstPath, name);
removePath(path);
if (desc.isDirectory())
{
addDirectory(appendPath(dstPath, name));
}
else
{
addFile(appendPath(dstPath, name));
}
}
catch (Exception e)
{
handleException(e);
}
}
}
private void createLayeredDir()
{
String name = "LD" + fNames[fgRandom.nextInt(26 * 26)];
String path = randomDirectory();
String target = randomDirectory();
if ((path != null) && (target != null))
{
try
{
System.out.println("mklayereddir " + path + " " + name + " " + target);
fService.createLayeredDirectory(target, path, name);
addDirectory(appendPath(path, name));
}
catch (Exception e)
{
handleException(e);
}
}
}
private void createLayeredFile()
{
String name = "LF" + fNames[fgRandom.nextInt(26 * 26)];
String path = randomDirectory();
String target = randomFile();
if ((path != null) && (target != null))
{
try
{
System.out.println("createlayered " + path + " " + name + " " + target);
fService.createLayeredFile(target, path, name);
addFile(appendPath(path, name));
}
catch (Exception e)
{
handleException(e);
}
}
}
private void removeNode()
{
String target = randomPath();
if (target == null)
{
return;
}
int lastSlash = target.lastIndexOf('/');
String path = target.substring(0, lastSlash);
if (path.equals("main:"))
{
path = path + "/";
}
String name = target.substring(lastSlash + 1);
try
{
System.out.println("remove " + target);
fService.removeNode(path, name);
removePath(target);
}
catch (Exception e)
{
handleException(e);
}
}
private void modifyFile()
{
String path = randomFile();
if (path != null)
{
try
{
System.out.println("modify " + path);
PrintStream out =
new PrintStream(fService.getFileOutputStream(path));
out.println("I am " + path);
out.close();
}
catch (Exception e)
{
handleException(e);
}
}
}
private void readFile()
{
String path = randomFile();
if (path != null)
{
try
{
System.out.println("read " + path);
BufferedReader reader =
new BufferedReader(new InputStreamReader(fService.getFileInputStream(-1, path)));
String line = reader.readLine();
System.out.println(line);
reader.close();
}
catch (Exception e)
{
handleException(e);
}
}
}
public void refresh()
{
System.out.println("refresh");
fAllPaths = new ArrayList<String>();
fAllDirectories = new ArrayList<String>();
fAllFiles = new ArrayList<String>();
fAllPaths.add("main:/");
fAllDirectories.add("main:/");
Set<Long> visited = new HashSet<Long>();
AVMNodeDescriptor root = fService.getStoreRoot(-1, "main");
recursiveRefresh(root, visited);
}
private void recursiveRefresh(AVMNodeDescriptor dir, Set<Long> visited)
{
try
{
String baseName = dir.getPath().endsWith("/") ? dir.getPath() : dir.getPath() + "/";
Map<String, AVMNodeDescriptor> listing = fService.getDirectoryListing(dir);
for (String name : listing.keySet())
{
String path = baseName + name;
AVMNodeDescriptor desc = listing.get(name);
switch (desc.getType())
{
case AVMNodeType.LAYERED_DIRECTORY :
case AVMNodeType.PLAIN_DIRECTORY :
{
if (visited.contains(desc.getId()))
{
continue;
}
visited.add(desc.getId());
fAllPaths.add(path);
fAllDirectories.add(path);
recursiveRefresh(desc, visited);
break;
}
case AVMNodeType.LAYERED_FILE :
case AVMNodeType.PLAIN_FILE :
{
fAllPaths.add(path);
fAllFiles.add(path);
break;
}
}
}
}
catch (Exception e)
{
handleException(e);
}
}
private void snapshot()
{
System.out.println("snapshot");
try
{
fService.createSnapshot("main", null, null);
}
catch (Exception e)
{
handleException(e);
}
}
/**
* Is this thread in an error state.
*/
public boolean getError()
{
return fError;
}
/**
* Get error stack trace
*/
public String getErrorStackTrace()
{
return fErrorStackTrace;
}
public void setExit()
{
fExit = true;
}
private void addDirectory(String path)
{
fAllDirectories.add(path);
fAllPaths.add(path);
}
private void addFile(String path)
{
fAllFiles.add(path);
fAllPaths.add(path);
}
private void removePath(String path)
{
List<String> allPaths = new ArrayList<String>();
List<String> allDirectories = new ArrayList<String>();
List<String> allFiles = new ArrayList<String>();
for (String p : fAllPaths)
{
if (p.indexOf(path) != 0)
{
allPaths.add(p);
}
}
for (String p : fAllDirectories)
{
if (p.indexOf(path) != 0)
{
allDirectories.add(p);
}
}
for (String p : fAllFiles)
{
if (p.indexOf(path) != 0)
{
allFiles.add(p);
}
}
fAllPaths = allPaths;
fAllDirectories = allDirectories;
fAllFiles = allFiles;
}
private String appendPath(String path, String name)
{
return path.endsWith("/") ? path + name : path + "/" + name;
}
private String randomDirectory()
{
if (fAllDirectories.size() == 0)
{
System.out.println("cannot select random directory since no directories");
return null;
}
return fAllDirectories.get(fgRandom.nextInt(fAllDirectories.size()));
}
private String randomFile()
{
if (fAllFiles.size() == 0)
{
System.out.println("cannot select random file since no files");
return null;
}
return fAllFiles.get(fgRandom.nextInt(fAllFiles.size()));
}
private String randomPath()
{
if (fAllPaths.size() == 0)
{
System.out.println("cannot select random path since no paths");
return null;
}
return fAllPaths.get(fgRandom.nextInt(fAllPaths.size()));
}
private static synchronized void IncCount()
{
++fgOpCount;
}
public static synchronized int GetCount()
{
return fgOpCount;
}
private void handleException(Exception e)
{
e.printStackTrace(System.err);
if (e instanceof AVMException)
{
return;
}
if (e instanceof ContentIOException)
{
return;
}
throw new AVMException("Naughty Exception.", e);
}
}