Github user nabarunnag commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/177#discussion_r69231478
  
    --- Diff: 
geode-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexForPartitionedRegion.java
 ---
    @@ -77,13 +77,13 @@ public void initialize() {
           final String fileRegionName = createFileRegionName();
           PartitionAttributes partitionAttributes = 
dataRegion.getPartitionAttributes();
           if (!fileRegionExists(fileRegionName)) {
    -        fileRegion = createFileRegion(regionShortCut, fileRegionName, 
partitionAttributes);
    +        fileRegion = createFileRegion(regionShortCut, fileRegionName, 
partitionAttributes, ra);
    --- End diff --
    
    Its a nitpicky stuff but can we rename ra as regionAttributes. Just to keep 
things uniform... all other variables have full explanation names like 
regionShortcut, fileRegionName but just "ra" is the extra short one.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to