[GitHub] qiuchenjian opened a new pull request #3123: [LOG] Optimize the logs of CarbonProperties that only one """ and close "is"

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

[GitHub] qiuchenjian opened a new pull request #3123: [LOG] Optimize the logs of CarbonProperties that only one """ and close "is"

GitBox
qiuchenjian opened a new pull request #3123: [LOG] Optimize the logs of CarbonProperties that only one """ and close  "is"
URL: https://github.com/apache/carbondata/pull/3123
 
 
   ### [Problem]
   2019-02-09 16:51:08 WARN  CarbonProperties:465 - The enable unsafe sort value "null" is invalid. Using the default value "true
   2019-02-09 16:51:08 WARN  CarbonProperties:477 - The enable off heap sort value "null" is invalid. Using the default value "true
   2019-02-09 16:51:08 WARN  CarbonProperties:438 - The custom block distribution value "null" is invalid. Using the default value "false
   2019-02-09 16:51:08 WARN  CarbonProperties:425 - The enable vector reader value "null" is invalid. Using the default value "true
   2019-02-09 16:51:09 WARN  CarbonProperties:453 - The carbon task distribution value "null" is invalid. Using the default value "block
   2019-02-09 16:51:09 WARN  CarbonProperties:556 - The enable auto handoff value "null" is invalid. Using the default value "true
   2019-02-09 16:51:09 WARN  CarbonProperties:1298 - The specified value for property 512is invalid.
   2019-02-09 16:51:09 WARN  CarbonProperties:1309 - The specified value for property carbon.sort.storage.inmemory.size.inmbis invalid. Taking the default value.512
   
   ### [Solution]
   2019-02-09 17:12:44 WARN  CarbonProperties:465 - The enable unsafe sort value "null" is invalid. Using the default value "true"
   2019-02-09 17:12:44 WARN  CarbonProperties:477 - The enable off heap sort value "null" is invalid. Using the default value "true"
   2019-02-09 17:12:44 WARN  CarbonProperties:438 - The custom block distribution value "null" is invalid. Using the default value "false"
   2019-02-09 17:12:44 WARN  CarbonProperties:425 - The enable vector reader value "null" is invalid. Using the default value "true"
   2019-02-09 17:12:44 WARN  CarbonProperties:453 - The carbon task distribution value "null" is invalid. Using the default value "block"
   2019-02-09 17:12:44 WARN  CarbonProperties:556 - The enable auto handoff value "null" is invalid. Using the default value "true"
   2019-02-09 17:12:44 WARN  CarbonProperties:1298 - The specified value for property 512 is invalid.
   2019-02-09 17:12:44 WARN  CarbonProperties:1309 - The specified value for property carbon.sort.storage.inmemory.size.inmb is invalid. Taking the default value.512
   
   Be sure to do all of the following checklist to help us incorporate
   your contribution quickly and easily:
   
    - [ ] Any interfaces changed?
   
    - [ ] Any backward compatibility impacted?
   
    - [ ] Document update required?
   
    - [ ] Testing done
           Please provide details on
           - Whether new unit test cases have been added or why no new tests are required?
           - How it is tested? Please attach test report.
           - Is it a performance related change? Please attach the performance test report.
           - Any additional information to help reviewers in testing this change.
         
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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