/lucene-3.6.0/solr/scripts/ |
H A D | commit | 90 logMessage failed to connect to Solr server at ${curl_url} 91 logMessage commit failed 92 logExit failed 1 103 logMessage commit request to Solr at ${curl_url} failed: 105 logExit failed 2
|
H A D | optimize | 90 logMessage failed to connect to Solr server at ${curl_url} 91 logMessage optimize failed 92 logExit failed 1 103 logMessage optimize request to Solr at ${curl_url} failed: 105 logExit failed 2
|
H A D | abc | 98 logMessage failed to connect to Solr server at ${curl_url} 99 logMessage commit failed 100 logExit failed 1 111 logMessage commit request to Solr at ${curl_url} failed: 113 logExit failed 2 122 logMessage commit did not create snapshot at ${curl_url}, backup failed: 123 logExit failed 3
|
H A D | abo | 97 logMessage failed to connect to Solr server at ${curl_url} 98 logMessage optimize failed 99 logExit failed 1 110 logMessage optimize request to Solr at ${curl_url} failed: 112 logExit failed 2 121 logMessage commit did not create snapshot at ${curl_url}, backup failed: 122 logExit failed 3
|
H A D | snapinstaller | 112 logExit "lock failed, PID ${OTHERPID} is active" 1 148 logMessage failed to ssh to master ${master_host}, snapshot status not updated on master 176 logMessage failed to ssh to master ${master_host}, snapshot status not updated on master 184 logMessage failed to connect to Solr server 186 logExit failed 1
|
H A D | rsyncd-stop | 100 logMessage rsyncd failed to stop after $timeout seconds
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/ |
H A D | TestIndexWriterNRTIsCurrent.java | 58 boolean failed = writerThread.failed != null; 59 if (failed) 60 writerThread.failed.printStackTrace(); 63 if (threads[i].failed != null) { 64 threads[i].failed.printStackTrace(); 65 failed = true; 68 assertFalse(failed); 81 Throwable failed; field in class:TestIndexWriterNRTIsCurrent.WriterThread 133 failed 156 Throwable failed; field in class:TestIndexWriterNRTIsCurrent.ReaderThread [all...] |
H A D | TestAtomicUpdate.java | 48 volatile boolean failed; field in class:TestAtomicUpdate.TimedThread 74 failed = true; 80 if (allThreads[i] != null && allThreads[i].failed) 175 assertTrue("hit unexpected exception in indexer", !indexerThread.failed); 176 assertTrue("hit unexpected exception in indexer2", !indexerThread2.failed); 177 assertTrue("hit unexpected exception in search1", !searcherThread1.failed); 178 assertTrue("hit unexpected exception in search2", !searcherThread2.failed);
|
H A D | TestStressIndexing.java | 28 volatile boolean failed; field in class:TestStressIndexing.TimedThread 54 failed = true; 60 if (allThreads[i] != null && allThreads[i].failed) 156 assertTrue(! threads[i].failed);
|
H A D | TestThreadedForceMerge.java | 43 private volatile boolean failed; field in class:TestThreadedForceMerge 46 failed = true; 109 assertTrue(!failed);
|
H A D | Test2BTerms.java | 197 boolean failed = false; 205 failed = true; 214 failed = true; 217 assertFalse(failed);
|
H A D | TestTransactions.java | 44 volatile boolean failed; field in class:TestTransactions.TimedThread 66 failed = true; 72 if (allThreads[i] != null && allThreads[i].failed) 235 assertTrue(!threads[i].failed);
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/ |
H A D | TestIndexWriterNRTIsCurrent.java | 58 boolean failed = writerThread.failed != null; 59 if (failed) 60 writerThread.failed.printStackTrace(); 63 if (threads[i].failed != null) { 64 threads[i].failed.printStackTrace(); 65 failed = true; 68 assertFalse(failed); 81 Throwable failed; field in class:TestIndexWriterNRTIsCurrent.WriterThread 133 failed 156 Throwable failed; field in class:TestIndexWriterNRTIsCurrent.ReaderThread [all...] |
H A D | TestAtomicUpdate.java | 48 volatile boolean failed; field in class:TestAtomicUpdate.TimedThread 74 failed = true; 80 if (allThreads[i] != null && allThreads[i].failed) 175 assertTrue("hit unexpected exception in indexer", !indexerThread.failed); 176 assertTrue("hit unexpected exception in indexer2", !indexerThread2.failed); 177 assertTrue("hit unexpected exception in search1", !searcherThread1.failed); 178 assertTrue("hit unexpected exception in search2", !searcherThread2.failed);
|
H A D | TestStressIndexing.java | 28 volatile boolean failed; field in class:TestStressIndexing.TimedThread 54 failed = true; 60 if (allThreads[i] != null && allThreads[i].failed) 156 assertTrue(! threads[i].failed);
|
H A D | TestThreadedForceMerge.java | 43 private volatile boolean failed; field in class:TestThreadedForceMerge 46 failed = true; 109 assertTrue(!failed);
|
H A D | Test2BTerms.java | 197 boolean failed = false; 205 failed = true; 214 failed = true; 217 assertFalse(failed);
|
H A D | TestTransactions.java | 44 volatile boolean failed; field in class:TestTransactions.TimedThread 66 failed = true; 72 if (allThreads[i] != null && allThreads[i].failed) 235 assertTrue(!threads[i].failed);
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/ |
H A D | TestThreadSafe.java | 41 final AtomicBoolean failed; field in class:TestThreadSafe.Thr 44 public Thr(int iter, Random rand, AtomicBoolean failed) { argument 47 this.failed = failed; 65 failed.set(true); 128 AtomicBoolean failed = new AtomicBoolean(); 130 tarr[i] = new Thr(iter, new Random(random.nextLong()), failed); 136 assertFalse(failed.get());
|
H A D | TestSearchWithThreads.java | 68 final AtomicBoolean failed = new AtomicBoolean(); 81 while(System.currentTimeMillis() < stopAt && !failed.get()) { 91 failed.set(true);
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/ |
H A D | TestThreadSafe.java | 41 final AtomicBoolean failed; field in class:TestThreadSafe.Thr 44 public Thr(int iter, Random rand, AtomicBoolean failed) { argument 47 this.failed = failed; 65 failed.set(true); 128 AtomicBoolean failed = new AtomicBoolean(); 130 tarr[i] = new Thr(iter, new Random(random.nextLong()), failed); 136 assertFalse(failed.get());
|
H A D | TestSearchWithThreads.java | 68 final AtomicBoolean failed = new AtomicBoolean(); 81 while(System.currentTimeMillis() < stopAt && !failed.get()) { 91 failed.set(true);
|
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/index/attributes/ |
H A D | CategoryAttributeImplTest.java | 66 boolean failed = false; 70 failed = true; 73 if (!failed) {
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/ |
H A D | TestDoubleBarrelLRUCache.java | 68 volatile boolean failed; field in class:TestDoubleBarrelLRUCache.CacheThread 104 failed = true; 136 assert !threads[i].failed;
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/ |
H A D | TestDoubleBarrelLRUCache.java | 68 volatile boolean failed; field in class:TestDoubleBarrelLRUCache.CacheThread 104 failed = true; 136 assert !threads[i].failed;
|