[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2022-04-25 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527477#comment-17527477 ] Raymond Xu commented on HUDI-1015: -- This is for taking 1 more pass on the code paths. cc [~guoyihua]

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-11-03 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438126#comment-17438126 ] sivabalan narayanan commented on HUDI-1015: --- This is being tracked via

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-10-04 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423970#comment-17423970 ] sivabalan narayanan commented on HUDI-1015: --- sure. I will take a look at all sub-tasks on this

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-09-12 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413794#comment-17413794 ] Vinoth Chandar commented on HUDI-1015: -- [~shivnarayan] please always assign the ticket to yourself,

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-07-20 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384614#comment-17384614 ] sivabalan narayanan commented on HUDI-1015: --- {code:java} grep -irl "fs.listFiles" hudi-*/* |

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-07-20 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384616#comment-17384616 ] sivabalan narayanan commented on HUDI-1015: --- {code:java} grep -irl "fs.getFileStatus" hudi-*/* |

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-07-20 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384613#comment-17384613 ] sivabalan narayanan commented on HUDI-1015: --- {{}} {code:java} grep -irl "fs.listStatus" hudi-*/*

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2021-07-06 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17375242#comment-17375242 ] Vinoth Chandar commented on HUDI-1015: -- [~codope] this is also something worth looking at? > Audit

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2020-08-07 Thread Balaji Varadarajan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17173242#comment-17173242 ] Balaji Varadarajan commented on HUDI-1015: -- Subtasks added to track all location where we list

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2020-07-22 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163151#comment-17163151 ] Vinoth Chandar commented on HUDI-1015: -- let's create sub tasks here? > Audit all

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2020-07-22 Thread Balaji Varadarajan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163018#comment-17163018 ] Balaji Varadarajan commented on HUDI-1015: -- Another place where we do listing in executor : 

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2020-06-20 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17141271#comment-17141271 ] Vinoth Chandar commented on HUDI-1015: -- Hi renyi , goal here is to audit all these calls that may be

[jira] [Commented] (HUDI-1015) Audit all getAllPartitionPaths() calls and keep em out of fast path

2020-06-18 Thread renyi.bao (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17139179#comment-17139179 ] renyi.bao commented on HUDI-1015: - hi, [~vinoth] ,Is there a more detailed description of the issue。I have