[GitHub] [carbondata] nihal0107 opened a new pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] nihal0107 opened a new pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox

nihal0107 opened a new pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852


    ### Why is this PR needed?
     If multiple loads are fired at the same time then clean file requests are failing due to failing in lock acquiring.
   
    ### What changes were proposed in this PR?
    Retry multiple times instead of one to avoid the failure.
   
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - 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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-660010477


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1674/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-660012722


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3416/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] akashrn5 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

akashrn5 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-662386500


   @nihal0107 please resolve conflicts


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] nihal0107 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

nihal0107 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-662396337


   > @nihal0107 please resolve conflicts
   
   Resolved.


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-662457454


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3468/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-662482569


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1726/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-663385884


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3489/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852#issuecomment-663386619


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1747/
   


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

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] nihal0107 closed pull request #3852: [CARBONDATA-3912] Fixed concurrent locking issue for clean files after load

GitBox
In reply to this post by GitBox

nihal0107 closed pull request #3852:
URL: https://github.com/apache/carbondata/pull/3852


   


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

For queries about this service, please contact Infrastructure at:
[hidden email]