You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/21 08:45:31 UTC

[GitHub] [inlong] vernedeng opened a new pull request, #6587: [INLONG-6586][SortStandalone] Fix wrong node duration time of kafka sink

vernedeng opened a new pull request, #6587:
URL: https://github.com/apache/inlong/pull/6587

   ### Prepare a Pull Request
   
   - Fixes #6586 
   
   ### Motivation
   
   Got wrong node duration time of kafka sink.
   
   Before : long nodeDuration = currentTime - NumberUtils.toLong(Constants.HEADER_KEY_SOURCE_TIME, msgTime);
   Should be: long nodeDuration = currentTime - currentRecord.getFetchTime();
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [ ] This change is a trivial rework/code cleanup without any test coverage.
   
   ### Documentation
   
     - Does this pull request introduce a new feature? No
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] healchow merged pull request #6587: [INLONG-6586][Sort] Fix wrong node duration time of kafka sink

Posted by GitBox <gi...@apache.org>.
healchow merged PR #6587:
URL: https://github.com/apache/inlong/pull/6587


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org