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 2022/03/21 10:23:49 UTC

[GitHub] [flink] zoltar9264 opened a new pull request #19183: [FLINK-26766][Runtime/StateBackends] fix Mistake in ChangelogStateHan…

zoltar9264 opened a new pull request #19183:
URL: https://github.com/apache/flink/pull/19183


   …dleStreamImpl#getIntersection
   
   ## What is the purpose of the change
   
   This pull request fix mistake in ChangelogStateHandleStreamImpl#getIntersection. (described in FLINK-26766)
   
   ## Brief change log
   correct getIntersection method from compute intersection between parameter keyGroupRange and itself to compute intersection between parameter keyGroupRange and ChangelogStateHandleStreamImpl inner one.
   
   ## Verifying this change
   
   
   ## 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, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## 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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   It is strange for the commit title:
   [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm…
   …pl#getIntersection
   
   Would you please make them in the same line?
   
   Also, your previous change does not pass all the tests. Would you mind checking what is the problem?
   


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   It is strange for the commit title:
   FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm…
   …pl#getIntersection
   
   Would you please make them in the same line?
   
   Also, your previous change does not pass all the tests. Would you mind checking what is the problem?
   


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * daafbbc7d93331d3018f35e68ec72c8682e20477 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   @zoltar9264 Thanks for the efforts, merged!


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9302e30a06f9734241b36c467ac12a6d383147b7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497) 
   * 94c1cf411d567fdc6fbe702bae7ba9879063b835 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] zoltar9264 commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   * c3f9b1ce635498599d1110fe5d7ab7cd33830752 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9302e30a06f9734241b36c467ac12a6d383147b7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497) 
   * 94c1cf411d567fdc6fbe702bae7ba9879063b835 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558",
       "triggerID" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   * c3f9b1ce635498599d1110fe5d7ab7cd33830752 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 94c1cf411d567fdc6fbe702bae7ba9879063b835 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   * c3f9b1ce635498599d1110fe5d7ab7cd33830752 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   It is strange for the commit title:
   FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm…
   …pl#getIntersection
   
   Would you please make them in the same line?
   
   Also, your previous change does not pass all the tests. Would you mind checking what is the problem?
   


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558",
       "triggerID" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c3f9b1ce635498599d1110fe5d7ab7cd33830752 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] fix Mistake in ChangelogStateHan…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9302e30a06f9734241b36c467ac12a6d383147b7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074695997",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558",
       "triggerID" : "c3f9b1ce635498599d1110fe5d7ab7cd33830752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   * c3f9b1ce635498599d1110fe5d7ab7cd33830752 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33558) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] zoltar9264 commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   @curcur Done.


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] fix Mistake in ChangelogStateHan…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9302e30a06f9734241b36c467ac12a6d383147b7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] zoltar9264 commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   Hi @curcur , commit title in the same line originally. Github seems only show 69 char in one line. 
   
   And the failed test seems cause by other problem which already be fixed in master. I had rebase to master.
   
   @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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   I think the PR is fine without unit tests.
   
   Would you mind changing your commit title to 
   [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection
   


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   I think this is fine without unit tests.
   
   Would you mind changing your commit title to 
   [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection
   


-- 
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: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33497",
       "triggerID" : "9302e30a06f9734241b36c467ac12a6d383147b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33506",
       "triggerID" : "94c1cf411d567fdc6fbe702bae7ba9879063b835",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "1074673799",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554",
       "triggerID" : "daafbbc7d93331d3018f35e68ec72c8682e20477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33554) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] curcur merged pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

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


   


-- 
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: issues-unsubscribe@flink.apache.org

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