Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2137

AlterTableTest.TestAddRangePartitionConflictExhaustive fails with assertion in TableInfo::DecrementSchemaVersionCountUnlocked()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • master
    • None

    Description

      The AlterTableTest.TestAddRangePartitionConflictExhaustive failed with debug assertion:

      F0907 03:40:11.927798 15301 catalog_manager.cc:4472] Check failed: it != schema_version_counts_.end() -1 not in schema version map
      

      The stack was:

          @     0x7f72ab3b23b9  google::LogMessage::Flush() at ??:0                   
          @     0x7f72ab3b646e  google::LogMessageFatal::~LogMessageFatal() at ??:0   
          @     0x7f72b6149ffc  kudu::master::TableInfo::DecrementSchemaVersionCountUnlocked() at ??:0
          @     0x7f72b614717e  kudu::master::TabletInfo::set_reported_schema_version() at ??:0
          @     0x7f72b614321c  kudu::master::CatalogManager::HandleTabletSchemaVersionReport() at ??:0
          @     0x7f72b6141dfa  kudu::master::CatalogManager::HandleReportedTablet() at ??:0
          @     0x7f72b6140016  kudu::master::CatalogManager::ProcessTabletReport() at ??:0
          @     0x7f72b6187990  kudu::master::MasterServiceImpl::TSHeartbeat() at ??:0
          @     0x7f72b42f58b5  kudu::master::MasterServiceIf::MasterServiceIf()::$_1::operator()() at ??:0
          @     0x7f72b42f5842  _ZNSt3__128__invoke_void_return_wrapperIvE6__callIJRZN4kudu6master15MasterServiceIfC1ERK13scoped_refptrINS3_12MetricEntityEERKS6_INS3_3rpc13ResultTrackerEEE3$_1PKN6google8protobuf7MessageEPSK_PNSB_10RpcContextEEEEvDpOT_ at ??:0
          @     0x7f72b42f5755  std::__1::__function::__func<>::operator()() at ??:0  
          @     0x7f72b2334aaa  std::__1::function<>::operator()() at ??:0            
          @     0x7f72b23344d5  kudu::rpc::GeneratedServiceIf::Handle() at ??:0       
          @     0x7f72b2335a8e  kudu::rpc::ServicePool::RunThread() at ??:0           
          @     0x7f72b23378a7  boost::_mfi::mf0<>::operator()() at ??:0              
          @     0x7f72b23377fb  boost::_bi::list1<>::operator()<>() at ??:0           
          @     0x7f72b2337784  boost::_bi::bind_t<>::operator()() at ??:0            
          @     0x7f72b233758a  boost::detail::function::void_function_obj_invoker0<>::invoke() at ??:0
          @     0x7f72b22fbed2  boost::function0<>::operator()() at ??:0              
          @     0x7f72abe94c5f  kudu::Thread::SuperviseThread() at ??:0               
          @           0x44ba6c  __tsan_thread_start_func at /home/jenkins-slave/workspace/kudu-master/1/thirdparty/src/llvm-4.0.0.src/projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:890
          @     0x7f72af5f8184  start_thread at ??:0                                  
          @     0x7f72a937f37d  clone at ??:0                                         
          @              (nil)  (unknown)
      

      The full log is attached.

      Attachments

        1. alter_table-test.txt.gz
          911 kB
          Alexey Serbin

        Activity

          People

            adar Adar Dembo
            aserbin Alexey Serbin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: