@@ -485,8 +485,8 @@ private <T> T execute(String tableName, TableExecuteCallback<T> callback, ObServ
485485 }
486486 tableParam = getTableParamWithRoute (tableName , rowKey , route );
487487 }
488- logger .debug ("tableName: {}, tableParam obTable ip:port is {}:{}" ,
489- tableName , tableParam .getObTable ().getIp (), tableParam .getObTable ().getPort ());
488+ logger .debug ("tableName: {}, tableParam obTable ip:port is {}:{}, ls_id: {}, tablet_id: {} " ,
489+ tableName , tableParam .getObTable ().getIp (), tableParam .getObTable ().getPort (), tableParam . getLsId (), tableParam . getTabletId () );
490490 T t = callback .execute (tableParam );
491491 resetExecuteContinuousFailureCount (tableName );
492492 return t ;
@@ -704,8 +704,8 @@ private <T> T execute(String tableName, OperationExecuteCallback<T> callback,
704704 throw new ObTableException ("RowKey or scan range is null" );
705705 }
706706 }
707- logger .debug ("tableName: {}, tableParam obTable ip:port is {}:{}" ,
708- tableName , tableParam .getObTable ().getIp (), tableParam .getObTable ().getPort ());
707+ logger .debug ("tableName: {}, tableParam obTable ip:port is {}:{}, ls_id: {}, tablet_id: {} " ,
708+ tableName , tableParam .getObTable ().getIp (), tableParam .getObTable ().getPort (), tableParam . getLsId (), tableParam . getTabletId () );
709709 T t = callback .execute (tableParam );
710710 resetExecuteContinuousFailureCount (tableName );
711711 return t ;
0 commit comments