[ 
https://issues.apache.org/jira/browse/DRILL-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003124#comment-16003124
 ] 

ASF GitHub Bot commented on DRILL-5481:
---------------------------------------

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

    https://github.com/apache/drill/pull/827#discussion_r115551170
  
    --- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
    @@ -136,9 +136,10 @@ drill.exec: {
       },
       sys.store.provider: {
         class: 
"org.apache.drill.exec.store.sys.store.provider.ZookeeperPersistentStoreProvider",
    -    local: {
    -      path: "/tmp/drill",
    -      write: true
    +    local.path: "/tmp/drill",
    +    ephemeral: {
    +      write: true,
    --- End diff --
    
    This should have been false as _ephemeral.write_ is inverse of _local.write_


> Allow Drill to persist profiles in-memory only with a max capacity
> ------------------------------------------------------------------
>
>                 Key: DRILL-5481
>                 URL: https://issues.apache.org/jira/browse/DRILL-5481
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.10.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>
> To allow for fast persistence of profiles on a temporary basis (i.e. till the 
> life of the Drillbit), an existing test class 
> {{org.apache.drill.exec.testing.store.NoWriteLocalStore.java}} was refactored 
> to {{org.apache.drill.exec.store.sys.store.EphemeralPersistentStore}} and 
> given the ability to maintain a max capacity.
> This should allow query profiles to be available for as long as the Drillbit 
> process' lifespan.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to