You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/12/21 06:10:23 UTC

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4060: [CARBONDATA-4093] Added logs for MV and method to verify if mv is in Sync during query

Indhumathi27 commented on a change in pull request #4060:
URL: https://github.com/apache/carbondata/pull/4060#discussion_r546525745



##########
File path: core/src/main/java/org/apache/carbondata/core/view/MVManager.java
##########
@@ -234,7 +247,16 @@ public static String getUpdatedSegmentMap(String mergedLoadName,
   public List<MVStatusDetail> getEnabledStatusDetails() throws IOException {
     List<MVStatusDetail> statusDetails = new ArrayList<>();
     for (String database : this.getDatabases()) {
-      statusDetails.addAll(this.getEnabledStatusDetails(database));
+      try {
+        statusDetails.addAll(this.getEnabledStatusDetails(database));

Review comment:
       it is needed. as it try to get MV_STATUS file for all databases.




----------------------------------------------------------------
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:
users@infra.apache.org