메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


Kudu서비스의 WebUI(node01.gooper.com/8050)를 통해서 Tablets탭을 클릭하면 Tablet상황을 확인 할 수 있다. 

정상적인 경우라면 Live Tablet Replicas->Summary의 Status가 모두 RUNNING상태여야 한다. 

이 상태가 FAILED상태일 때 fail원인을 확인하려면 Live Table Replicas Summary밑에 Detail이 있는데 우측에 검색창이 있다. 

여기에 failed를 입력하면 FAILED 상태의 tablet만 보여주는데 State항목을 보면 오류 상황을 확인할 수 있다. 

Kudu WebUI는 tablet server별로 제공되므로 전체를 한번에 볼 수는 없고 각각의 tablet server에 접근해서 파악해야 전체 현황을 알 수 있다. 

이경우 tablet server기동시 특정 메모리 상황등에 따른 오류가 발생하는것으로 kudu내부적으로 다른 tablet server에 복사하는 방법으로 복구되므로 관련 table을 select해봐서 사용 가능하다면 문제없는것이다. 


*오류 발생 예시 

: kudu table의 range partition을 지정(RANGE (acol) PARTITION "1" <= VALUES < "1\000")할 때 잘못하여 '\'가 포함되는 경우는 다음과 같은 오류가 표시되며 해당 table의 해당 partition이 속한 tablet은 FAILED상태가 된다.

-->

FAILED(TABLET_DATA_READY): Service unavailabe: transaction on tablet 123hg4567uy4537 rejected due to meory pressure: the memeory usge of this transaction(10488787) plus the current consumption(62933136) exceeds the transaction memory limit(67108864) or the limit of an ancestral memory tracker.


번호 제목 날짜 조회 수
15 Apache Kudu에서 동일한 이름의 테이블을 반복적으로 DROP → CREATE → INSERT하는 로직을 2분 간격으로 10회 수행할 때 발생할 수 있는 주요 이슈 2025.01.26 399
14 kudu table와 impala(hive) table정보가 틀어져서 테이블을 읽지 못하는 경우(Error Loading Metadata) 조치방법 2023.11.10 2460
13 [KUDU] kudu tablet server여러가지 원인에 의해서 corrupted상태가 된 경우 복구방법 2023.03.28 2853
12 [Kudu]ERROR: Unable to advance iterator for node with id '2' for Kudu table 'impala::core.pm0_abdasubjct': Network error: recv error from unknown peer: Transport endpoint is not connected (error 107) 2023.03.16 3608
11 [Kudu]Schema별 혹은 테이블별 사용량(Replica포함) 구하는 방법 2022.07.14 2624
10 [Cloudera 6.3.4, Kudu]]Service Monitor에서 사용하는 metric중에 일부를 blacklist로 설정하여 모니터링 정보 수집 제외하는 방법 2022.07.08 2264
9 [TLS/SSL]Kudu Tablet Server설정 2022.05.13 2223
8 [TLS/SSL]Kudu Master 설정하기 2022.05.13 2484
7 kudu rebalance수행 command예시 2022.01.17 2434
» Kudu tablet이 FAILED일때 원인 확인 방법 2022.01.17 2389
5 Failed to write to server: (no server available): 2022.01.17 2390
4 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 2213
3 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 2022.01.17 2216
2 kudu 테이블 metadata강제 삭제시 발생하는 오류 메세지 2022.01.12 2259
1 kudu hms check 사용법(예시) 2021.10.22 2213
위로