You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/05 03:49:13 UTC

[GitHub] [hudi] yuzhaojing opened a new pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

yuzhaojing opened a new pull request #3925:
URL: https://github.com/apache/hudi/pull/3925


   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 merged pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 merged pull request #3925:
URL: https://github.com/apache/hudi/pull/3925


   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288


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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288






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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961656737


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8855481c959a20fce97c65da178a0f4804022335",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153",
       "triggerID" : "8855481c959a20fce97c65da178a0f4804022335",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8855481c959a20fce97c65da178a0f4804022335 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 commented on a change in pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#discussion_r743379016



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/aggregate/BootstrapAggFunction.java
##########
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.bootstrap.aggregate;
+
+import org.apache.flink.api.common.functions.AggregateFunction;
+
+/**
+ * Aggregate Function that accumulates the loaded task number of
+ * function {@link org.apache.hudi.sink.bootstrap.BootstrapOperator}.
+ */

Review comment:
       Aggregate function

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -135,6 +141,27 @@ protected void preLoadIndexRecords() throws Exception {
     }
 
     LOG.info("Finish sending index records, taskId = {}.", getRuntimeContext().getIndexOfThisSubtask());
+
+    // wait for others bootstrap task send bootstrap complete.
+    waitForBootstrapReady(getRuntimeContext().getIndexOfThisSubtask());

Review comment:
       wait for the other bootstrap tasks finish bootstrapping.

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -83,6 +86,8 @@
   protected transient org.apache.hadoop.conf.Configuration hadoopConf;
   protected transient HoodieWriteConfig writeConfig;
 
+  private GlobalAggregateManager aggregateManager;
+

Review comment:
       transient




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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 merged pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 merged pull request #3925:
URL: https://github.com/apache/hudi/pull/3925


   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961608104


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 commented on a change in pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#discussion_r743379016



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/aggregate/BootstrapAggFunction.java
##########
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.bootstrap.aggregate;
+
+import org.apache.flink.api.common.functions.AggregateFunction;
+
+/**
+ * Aggregate Function that accumulates the loaded task number of
+ * function {@link org.apache.hudi.sink.bootstrap.BootstrapOperator}.
+ */

Review comment:
       Aggregate function

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -135,6 +141,27 @@ protected void preLoadIndexRecords() throws Exception {
     }
 
     LOG.info("Finish sending index records, taskId = {}.", getRuntimeContext().getIndexOfThisSubtask());
+
+    // wait for others bootstrap task send bootstrap complete.
+    waitForBootstrapReady(getRuntimeContext().getIndexOfThisSubtask());

Review comment:
       wait for the other bootstrap tasks finish bootstrapping.

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -83,6 +86,8 @@
   protected transient org.apache.hadoop.conf.Configuration hadoopConf;
   protected transient HoodieWriteConfig writeConfig;
 
+  private GlobalAggregateManager aggregateManager;
+

Review comment:
       transient




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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 merged pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 merged pull request #3925:
URL: https://github.com/apache/hudi/pull/3925


   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961640904


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8855481c959a20fce97c65da178a0f4804022335",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153",
       "triggerID" : "8855481c959a20fce97c65da178a0f4804022335",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   * 8855481c959a20fce97c65da178a0f4804022335 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961624106


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961624106


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288






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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] danny0405 commented on a change in pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#discussion_r743379016



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/aggregate/BootstrapAggFunction.java
##########
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.bootstrap.aggregate;
+
+import org.apache.flink.api.common.functions.AggregateFunction;
+
+/**
+ * Aggregate Function that accumulates the loaded task number of
+ * function {@link org.apache.hudi.sink.bootstrap.BootstrapOperator}.
+ */

Review comment:
       Aggregate function

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -135,6 +141,27 @@ protected void preLoadIndexRecords() throws Exception {
     }
 
     LOG.info("Finish sending index records, taskId = {}.", getRuntimeContext().getIndexOfThisSubtask());
+
+    // wait for others bootstrap task send bootstrap complete.
+    waitForBootstrapReady(getRuntimeContext().getIndexOfThisSubtask());

Review comment:
       wait for the other bootstrap tasks finish bootstrapping.

##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java
##########
@@ -83,6 +86,8 @@
   protected transient org.apache.hadoop.conf.Configuration hadoopConf;
   protected transient HoodieWriteConfig writeConfig;
 
+  private GlobalAggregateManager aggregateManager;
+

Review comment:
       transient




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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961608104


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961640167


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8855481c959a20fce97c65da178a0f4804022335",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8855481c959a20fce97c65da178a0f4804022335",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   * 8855481c959a20fce97c65da178a0f4804022335 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288






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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961640167


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8855481c959a20fce97c65da178a0f4804022335",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8855481c959a20fce97c65da178a0f4804022335",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   * 8855481c959a20fce97c65da178a0f4804022335 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288


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

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



[GitHub] [hudi] hudi-bot commented on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961607288






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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #3925: [HUDI-2686] Proccess record after all bootstrap operator ready

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3925:
URL: https://github.com/apache/hudi/pull/3925#issuecomment-961640904


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9b4b2b092927491148cc32379694c83680e2343e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149",
       "triggerID" : "9b4b2b092927491148cc32379694c83680e2343e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8855481c959a20fce97c65da178a0f4804022335",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153",
       "triggerID" : "8855481c959a20fce97c65da178a0f4804022335",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9b4b2b092927491148cc32379694c83680e2343e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3149) 
   * 8855481c959a20fce97c65da178a0f4804022335 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3153) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot 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: commits-unsubscribe@hudi.apache.org

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