From bd7196a7f35a6acd91e6adfce346b6f6146940a4 Mon Sep 17 00:00:00 2001 From: adam-m Date: Tue, 10 Apr 2012 13:23:16 -0400 Subject: [PATCH] update known issues --- KNOWN_ISSUES.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/KNOWN_ISSUES.txt b/KNOWN_ISSUES.txt index a7f2d71804..5ef40541e8 100644 --- a/KNOWN_ISSUES.txt +++ b/KNOWN_ISSUES.txt @@ -2,10 +2,19 @@ Known issues and limitations We plan to address the following issues in future releases. +General: +- Only a single instance of the application can be executed at once. There is no check if another instance is already running. Running a second instance will cause issues. + +Case: +- Closing a Case in certain situations when ingest is running or processing is done in the background may cause stability issues. If case cannot be cleanly closed, close the application. + Ingest: -- Ingest can fail and cause unexpected behavior if "Add image" action is performed while ingest is running. +- Ingest may fail and cause unexpected behavior if "Add image" action is performed while ingest is running. + +Hash DB: +- Hash DB module does not currently search unallocated space and unallocated/deleted files, Keyword search module: -- Keyword search module does not currently search unallocated space, -- Keyword search maximum size of files to be indexed and searched is 200MB, -- Keyword search maximum size of unknown files to be searched is 10MB. +- Keyword search module does not currently search unallocated space and unallocated/deleted files, +- Keyword search maximum size of files to be indexed and searched is 100MB, +- Keyword search maximum size of unknown files to be searched is 1MB.