[GitHub] [carbondata] jackylk commented on a change in pull request #3435: [CARBONDATA-3571] Add table status file read retry for query

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] jackylk commented on a change in pull request #3435: [CARBONDATA-3571] Add table status file read retry for query

GitBox
jackylk commented on a change in pull request #3435: [CARBONDATA-3571] Add table status file read retry for query
URL: https://github.com/apache/carbondata/pull/3435#discussion_r345169313
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentStatusManager.java
 ##########
 @@ -69,6 +74,8 @@
 
   private Configuration configuration;
 
+  private static final int READ_TABLE_STATUS_RETRY = 3;
 
 Review comment:
   fixed

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


With regards,
Apache Git Services