GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2355
[CARBONDATA-2508] Fix the exception that can't get executorService when
start search mode twice
Fix the exception that can't get executorService when start search mode
twice:
1.remove the static code block in SearchModeDetailQueryExecutor and
SearchModeVectorDetailQueryExecutor
2.invoke initThreadPool in constructor of class
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
add some test case
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata
CARBONDATA-2508-searchModeStartAgain
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2355.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 #2355
----
commit ec29d75b0fe5592d46be4c665b957c416077563d
Author: xubo245 <xubo29@...>
Date: 2018-05-30T07:45:49Z
[CARBONDATA-2508] Fix the exception that can't get executorService when
start search mode twice
1.remove the static code block in SearchModeDetailQueryExecutor and
SearchModeVectorDetailQueryExecutor
2.invoke initThreadPool in constructor of class
----
---