Class BulkFailureIT

    • Constructor Detail

      • BulkFailureIT

        public BulkFailureIT()
    • Method Detail

      • testImportCompactionImport

        public void testImportCompactionImport()
                                        throws Exception
        This test verifies two things. First it ensures that after a bulk imported file is compacted that import request are ignored. Second it ensures that after the bulk import transaction is canceled that import request fail. The public API for bulk import can not be used for this test. Internal (non public API) RPCs and Zookeeper state is manipulated directly. This is the only way to interleave compactions with multiple, duplicate import RPC request.
        Throws:
        Exception