yujun777 commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3386551664


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/stream/TableStreamManager.java:
##########
@@ -213,5 +380,6 @@ public void 
fillStreamConsumptionValuesMetadataResult(List<TRow> dataBatch) {
     @Override
     public void gsonPostProcess() throws IOException {
         this.rwLock = new MonitoredReentrantReadWriteLock(true);

Review Comment:
   can delete function gsonPostProcess, when gson unpack, it will call the 0 
arg constructor firstly.  the 0 arg constructor had setup these two fields.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to