You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/28 03:52:20 UTC

[GitHub] [flink] PatrickRen opened a new pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

PatrickRen opened a new pull request #14784:
URL: https://github.com/apache/flink/pull/14784


   ## What is the purpose of the change
   
   This pull request fixes bug of referencing uninitialized deserializer in ```ValueDeserializerWrapper``` when using ```KafkaRecordDeserializer#valueOnly```, which would lead to NPE at job compiling stage. 
   
   ## Brief change log
   
   - Keep the ```deserializeClass``` directly in the instance of ```ValueDeserializerWrapper``` as a member instead of storing the name of the class
   - Add an IT case for testing value only deserializer.
   
   ## Verifying this change
     - *Added integration tests for using ```KafkaRecordDeserializer#valueOnly``` to build a KafkaSource*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] PatrickRen commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-800034523


   Finally we have a successfully run Azure build. @becketqin @lindong28 Could you please have a review on this PR? Thanks~ 


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   * 4745e584029f3c24db97c6a287760d06992454a9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   * 4745e584029f3c24db97c6a287760d06992454a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662) 
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] becketqin commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
becketqin commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-802492952


   Thanks for the patch. LGTM.
   
   Merged to master:
   844601b9c1468e241325bcff9695a52035192661
   


-- 
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.

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



[GitHub] [flink] becketqin commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
becketqin commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-801845326


   @flinkbot run azure


----------------------------------------------------------------
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.

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



[GitHub] [flink] lindong28 commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
lindong28 commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-795437082


   @flinkbot run azure


----------------------------------------------------------------
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.

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



[GitHub] [flink] PatrickRen commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-796507360


   I investigated two Azure builds and both two CI failure are caused by E2E tests. The first E2E run was timed out, and the second one failed because of a K8S session test, looks like K8S deployment failure. I'm not quite familiar with K8S but it seems irrelevant with this PR. 
   
   I'll trigger Azure build again for another try. 


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768782077


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit c327e27872f782274cab4e10692ef1d913f85c5d (Thu Jan 28 03:55:21 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-21160).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4745e584029f3c24db97c6a287760d06992454a9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662) 
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] PatrickRen commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-796507472


   @flinkbot run azure


----------------------------------------------------------------
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.

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



[GitHub] [flink] PatrickRen commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-799897177


   @flinkbot run azure


----------------------------------------------------------------
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.

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



[GitHub] [flink] HuangXingBo commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
HuangXingBo commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-796585510


   Hi @PatrickRen The failed python test has been resolved in [FLINK-21216](https://issues.apache.org/jira/browse/FLINK-21216). I think you need to rebase `master` and push again.


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] becketqin merged pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
becketqin merged pull request #14784:
URL: https://github.com/apache/flink/pull/14784


   


-- 
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.

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



[GitHub] [flink] PatrickRen commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-799147723


   Thank you @HuangXingBo and @lindong28 ! I just rebased the branch to master and pushed again. Hope we can pass all tests on Azure this time~


----------------------------------------------------------------
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.

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



[GitHub] [flink] lindong28 commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
lindong28 commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-800113687


   Thanks for the update! LGTM.


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] lindong28 commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
lindong28 commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-796704429


   @PatrickRen It is better to rebase PR onto master HEAD (particularly if the PR is more than several days older) in such cases. It is because we need to do best effort to make sure the PR passes all tests in the master HEAD. And it is possible that the bug has already been fixed in the HEAD.
   
   


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14962",
       "triggerID" : "801845326",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14962) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] lindong28 commented on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
lindong28 commented on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-795433225


   Thanks for the PR. The PR looks good to me. I verified that the test fails before the change and passes after the change.
   
   Ping @becketqin for review.


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   * 4745e584029f3c24db97c6a287760d06992454a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   * 4745e584029f3c24db97c6a287760d06992454a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662) 
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14962",
       "triggerID" : "801845326",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14962) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4745e584029f3c24db97c6a287760d06992454a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14662",
       "triggerID" : "4745e584029f3c24db97c6a287760d06992454a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669",
       "triggerID" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747",
       "triggerID" : "799897177",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e82fe2aac9edd6def8c5ef83ccafe5846c1ac7e4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14669) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14747) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "796507472",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14441) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14784: [FLINK-21160][connector/kafka] Fix bug of referencing uninitialized deserializer when using KafkaRecordDeserializer#valueOnly

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14784:
URL: https://github.com/apache/flink/pull/14784#issuecomment-768786978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c327e27872f782274cab4e10692ef1d913f85c5d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578",
       "triggerID" : "795437082",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c327e27872f782274cab4e10692ef1d913f85c5d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=14414) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12578) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

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