Skip to content

Commit 6c7477a

Browse files
committed
remove ls batch log
1 parent 9239927 commit 6c7477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/table/ObTableClientLSBatchOpsImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ public LsOperationsMap partitionPrepare()
534534
public void partitionExecute(ObTableSingleOpResult[] results,
535535
Map.Entry<Long, TabletOperationsMap> lsOperation)
536536
throws Exception {
537-
logger.info("[latency monitor] start to execute partitionExecute");
538537
long lsId = lsOperation.getKey();
539538
TabletOperationsMap tabletOperationsMap = lsOperation.getValue();
540539
if (tabletOperationsMap.isEmpty()) {
@@ -635,6 +634,7 @@ public void partitionExecute(ObTableSingleOpResult[] results,
635634
}
636635
}
637636
}
637+
logger.warn("[latency monitor] ls_id: {}, tryTimes: {}", lsId, tryTimes);
638638
ObPayload result = subObTable.execute(tableLsOpRequest);
639639
if (result != null && result.getPcode() == Pcodes.OB_TABLE_API_MOVE) {
640640
ObTableApiMove moveResponse = (ObTableApiMove) result;

0 commit comments

Comments
 (0)