You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-12-18 19:14:30.790+08:00 ERROR (COMPACTION_DISPATCH|102) [CompactionScheduler.startCompaction():324] Unable to validate object
java.lang.RuntimeException: Unable to validate object
at com.baidu.jprotobuf.pbrpc.transport.ChannelPool.getChannel(ChannelPool.java:86) ~[jprotobuf-rpc-core-4.2.1.jar:?]
at com.baidu.jprotobuf.pbrpc.transport.RpcChannel.getConnection(RpcChannel.java:73) ~[jprotobuf-rpc-core-4.2.1.jar:?]
at com.baidu.jprotobuf.pbrpc.client.ProtobufRpcProxy.invoke(ProtobufRpcProxy.java:499) ~[jprotobuf-rpc-core-4.2.1.jar:?]
at com.sun.proxy.$Proxy43.compact(Unknown Source) ~[?:?]
at com.starrocks.lake.compaction.CompactionTask.sendRequest(CompactionTask.java:115) ~[starrocks-fe.jar:?]
at com.starrocks.lake.compaction.CompactionScheduler.startCompaction(CompactionScheduler.java:319) ~[starrocks-fe.jar:?]
at com.starrocks.lake.compaction.CompactionScheduler.schedule(CompactionScheduler.java:213) ~[starrocks-fe.jar:?]
at com.starrocks.lake.compaction.CompactionScheduler.runOneCycle(CompactionScheduler.java:113) ~[starrocks-fe.jar:?]
at com.starrocks.common.util.Daemon.run(Daemon.java:107) ~[starrocks-fe.jar:?]
Caused by: java.util.NoSuchElementException: Unable to validate object
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:506) ~[commons-pool2-2.3.jar:2.3]
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.3.jar:2.3]
at com.baidu.jprotobuf.pbrpc.transport.ChannelPool.getChannel(ChannelPool.java:80) ~[jprotobuf-rpc-core-4.2.1.jar:?]
StarRocks version (Required)
3.x.x
The text was updated successfully, but these errors were encountered:
wxl24life
changed the title
lake compaction scheduler might introduce too many tasks on BE/CN while sending task rpc partially failed
lake compaction scheduler might introduce too many tasks on BE/CN while sending task rpc partially succeed
Dec 18, 2024
Steps to reproduce the behavior (Required)
kill some CN node while compaction scheduler was busy
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
The text was updated successfully, but these errors were encountered: