StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
192 stars 154 forks source link

multi-segment only supported by pure upsert/delete, so pure upsert after another operation is illegal? #257

Closed zouchangzhen closed 1 year ago

zouchangzhen commented 1 year ago

multi-segment only supported by pure upsert/delete, so pure upsert after another operation is illegal

zouchangzhen commented 1 year ago

{ "Status": "Fail", "BeginTxnTimeMs": 0, "Message": "multi-segment only supported by pure upsert/delete, so pure upsert after another operation is illegal", "NumberUnselectedRows": 0, "CommitAndPublishTimeMs": 0, "Label": "c9815b6c-ac5a-4807-bfa1-c0ddbf06d1eb", "LoadBytes": 67155382, "StreamLoadPutTimeMs": 1, "NumberTotalRows": 0, "WriteDataTimeMs": 537, "TxnId": 24056712, "LoadTimeMs": 540, "ReadDataTimeMs": 84, "NumberLoadedRows": 0, "NumberFilteredRows": 0 }

banmoy commented 1 year ago

what's the starrocks version you are using? This problem have been fixed in starrocks 2.5.8

zouchangzhen commented 1 year ago

ok,thx