GitHub user sindhurirayavaram opened a pull request:
https://github.com/apache/drill/pull/874
DRILL-5663: Drillbit fails to start when only keystore path is provided
without keystore password.
When we configure keystore path without keystore password inside
drill-override.conf for WebServer, then Drillbit fails to start. We should
explicitly check for either both being present or both being absent. If any one
of them is only present then we should throw startup exception for Drill.
In the code change, added checks for both keystorepath and keystorepasword.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sindhurirayavaram/drill master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/874.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #874
----
commit b9c6ee1cddffaf1472235adba7ac5597959f9c8e
Author: Sindhuri Rayavaram <[email protected]>
Date: 2017-07-10T23:59:36Z
DRILL-5663:added check for keystorePassword
commit ca1f56776911c2c312212e3546264defe812c7c2
Author: Sindhuri Rayavaram <[email protected]>
Date: 2017-07-11T20:26:51Z
DRILL-5663: Added a check for keystorePassword
commit 59b581d5402da104bcaee6ffa16050c5ecf3a90b
Author: Sindhuri Rayavaram <[email protected]>
Date: 2017-07-12T22:50:52Z
DRILL-5663: Added check for keystorepassword
commit e3cc91bea31921a8c540e981db2b7cbccae9ff83
Author: Sindhuri Rayavaram <[email protected]>
Date: 2017-07-12T23:35:20Z
DRILL-5663: Added check for keystorepassword
----
---
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.
---