You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (JIRA)" <ji...@apache.org> on 2017/09/07 04:21:00 UTC

[jira] [Created] (KUDU-2137) AlterTableTest.TestAddRangePartitionConflictExhaustive fails with assertion in TableInfo::DecrementSchemaVersionCountUnlocked()

Alexey Serbin created KUDU-2137:
-----------------------------------

             Summary: AlterTableTest.TestAddRangePartitionConflictExhaustive fails with assertion in  TableInfo::DecrementSchemaVersionCountUnlocked() 
                 Key: KUDU-2137
                 URL: https://issues.apache.org/jira/browse/KUDU-2137
             Project: Kudu
          Issue Type: Bug
          Components: master
    Affects Versions: 1.6.0
            Reporter: Alexey Serbin
         Attachments: alter_table-test.txt.gz

The AlterTableTest.TestAddRangePartitionConflictExhaustive failed with debug assertion:
{noformat}
F0907 03:40:11.927798 15301 catalog_manager.cc:4472] Check failed: it != schema_version_counts_.end() -1 not in schema version map
{noformat}

The stack was:
{noformat}
    @     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)
{noformat}

The full log is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)