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 2022/07/29 07:39:53 UTC

[GitHub] [hudi] danny0405 opened a new pull request, #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

danny0405 opened a new pull request, #6242:
URL: https://github.com/apache/hudi/pull/6242

   …temBasedLockProvider
   
   ## *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 commented on pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #6242:
URL: https://github.com/apache/hudi/pull/6242#issuecomment-1199087744

   The failed test case `TestHoodieSparkMergeOnReadTableRollback#testMORTableRestore` has no relation ship with this patch and i can not reproduce it in local, so would just merge it soon ~


-- 
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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1199208040",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #6242:
URL: https://github.com/apache/hudi/pull/6242#issuecomment-1199090610

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

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


[GitHub] [hudi] danny0405 commented on pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #6242:
URL: https://github.com/apache/hudi/pull/6242#issuecomment-1199208040

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

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


[GitHub] [hudi] codope commented on a diff in pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
codope commented on code in PR #6242:
URL: https://github.com/apache/hudi/pull/6242#discussion_r933072367


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/FileSystemBasedLockProvider.java:
##########
@@ -87,8 +87,13 @@ public boolean tryLock(long time, TimeUnit unit) {
     try {
       synchronized (LOCK_FILE_NAME) {
         // Check whether lock is already expired, if so try to delete lock file
-        if (fs.exists(this.lockFile) && checkIfExpired()) {
-          fs.delete(this.lockFile, true);
+        if (fs.exists(this.lockFile)) {
+          if (checkIfExpired()) {
+            fs.delete(this.lockFile, true);
+            LOG.warn("Delete expired lock file: " + this.lockFile);
+          } else {
+            return false;

Review Comment:
   Let's cover this scenario in `TestFileBasedLockProvider`?



-- 
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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199208040",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0ba12547e49adc6b5c285a51b893242f4d1690f6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10459",
       "triggerID" : "0ba12547e49adc6b5c285a51b893242f4d1690f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   * 0ba12547e49adc6b5c285a51b893242f4d1690f6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10459) 
   
   <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 pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #6242:
URL: https://github.com/apache/hudi/pull/6242#issuecomment-1199092488

   > One of the tests failed
   > 
   > ```
   > 2022-07-29T09:30:25.6950681Z [ERROR] Tests run: 302, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4,169.769 s <<< FAILURE! - in JUnit Vintage
   > 2022-07-29T09:30:25.6961788Z [ERROR] [1] true(testMORTableRestore(boolean))  Time elapsed: 32.261 s  <<< FAILURE!
   > 2022-07-29T09:30:25.6962474Z org.opentest4j.AssertionFailedError: expected: <271> but was: <200>
   > 2022-07-29T09:30:25.6963066Z 	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
   > 2022-07-29T09:30:25.6963680Z 	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
   > 2022-07-29T09:30:25.6964283Z 	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
   > 2022-07-29T09:30:25.6964916Z 	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
   > 2022-07-29T09:30:25.6965513Z 	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:510)
   > 2022-07-29T09:30:25.6966286Z 	at org.apache.hudi.table.functional.TestHoodieSparkMergeOnReadTableRollback.assertRecords(TestHoodieSparkMergeOnReadTableRollback.java:677)
   > 2022-07-29T09:30:25.6967160Z 	at org.apache.hudi.table.functional.TestHoodieSparkMergeOnReadTableRollback.validateRecords(TestHoodieSparkMergeOnReadTableRollback.java:673)
   > 2022-07-29T09:30:25.6968043Z 	at org.apache.hudi.table.functional.TestHoodieSparkMergeOnReadTableRollback.testMORTableRestore(TestHoodieSparkMergeOnReadTableRollback.java:637)
   > ```
   
   It should not be affected by this change, and i test it locally it is okey.


-- 
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 diff in pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #6242:
URL: https://github.com/apache/hudi/pull/6242#discussion_r933075366


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/FileSystemBasedLockProvider.java:
##########
@@ -87,8 +87,13 @@ public boolean tryLock(long time, TimeUnit unit) {
     try {
       synchronized (LOCK_FILE_NAME) {
         // Check whether lock is already expired, if so try to delete lock file
-        if (fs.exists(this.lockFile) && checkIfExpired()) {
-          fs.delete(this.lockFile, true);
+        if (fs.exists(this.lockFile)) {
+          if (checkIfExpired()) {
+            fs.delete(this.lockFile, true);
+            LOG.warn("Delete expired lock file: " + this.lockFile);
+          } else {
+            return false;

Review Comment:
   It should be covered by `#testReentrantLock`



-- 
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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199208040",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   
   <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 #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199090610",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4887d5c40a6b62998d6f5e64e06e91a326129ff8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450",
       "triggerID" : "1199208040",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0ba12547e49adc6b5c285a51b893242f4d1690f6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ba12547e49adc6b5c285a51b893242f4d1690f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4887d5c40a6b62998d6f5e64e06e91a326129ff8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10450) 
   * 0ba12547e49adc6b5c285a51b893242f4d1690f6 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] danny0405 merged pull request #6242: [HUDI-4505] Returns instead of throws if lock file exists for FileSys…

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


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