/[Apache-SVN]
ViewVC logotype

Revision 1387182


Jump to revision: Previous Next
Author: kturner
Date: Tue Sep 18 14:25:37 2012 UTC (11 years, 7 months ago)
Changed paths: 85
Log Message:
ACCUMULO-706 Added timeout to batch writer

Changed paths

Path Details
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/BatchWriterConfig.java added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/Connector.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/BatchWriterImpl.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ConnectorImpl.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/MultiTableBatchWriterImpl.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchDeleter.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchWriter.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockConnector.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteCommand.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteManyCommand.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/InsertCommand.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/ClientSideIteratorTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/admin/FindMaxTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormatTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormatTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormatTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mock/MockConnectorTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/iterators/user/IntersectingIteratorTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/iterators/user/RowFilterTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RandomBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/ReadWriteExample.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RowOperations.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/SequentialBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/FileCount.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/Ingest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/filedata/FileDataIngest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/helloworld/InsertWithBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/isolation/InterferenceTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/Index.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/Reverse.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/test/java/org/apache/accumulo/examples/simple/dirlist/CountTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/test/java/org/apache/accumulo/examples/simple/filedata/ChunkInputFormatTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/test/java/org/apache/accumulo/examples/simple/filedata/ChunkInputStreamTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/Master.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/MetaDataStateStore.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/ImportTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/TableRangeOp.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/CreateTestTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/GCLotsOfCandidatesTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestBinaryRows.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestIngest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestMultiTableIngest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestRandomDeletes.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/continuous/ContinuousIngest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/AddSplitTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BadIteratorMincTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BatchScanSplitTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BatchWriterFlushTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ConcurrencyTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ConstraintTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/CreateAndUseTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteEverythingTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteRowsSplitTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteRowsTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/LogicalTimeTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/MergeTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/PermissionsTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/RowDeleteTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ScanIteratorTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ScanRangeTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ScanSessionTimeOutTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/ServerSideErrorTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/SlowConstraint.java added
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/SparseColumnFamilyTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/TimeoutTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/VisibilityTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/randomwalk/State.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/randomwalk/concurrent/BatchWrite.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/randomwalk/security/TableOp.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Reindex.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/scalability/Ingest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/AddFilesWithMissingEntries.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/MetadataTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/RandomWriter.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/gc/TestConfirmDeletes.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/master/TestMergeState.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/test/iterator/RegExTest.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26