Bug
It was observed that when a search query is submitted in the Web UI with a non-full time range, the search query will be in pending status indefinitely. The issue is not observed with the default "All Time" time range.
By method of exclusion, it is believed that this is the violating change 24f5fdf: #426
CLP version
5d3b671
Environment
Ubuntu Jammy WSL
Microsoft Edge: Version 131.0.2903.112 (Official build) (64-bit)
Reproduction steps
- Clone the repo.
git checkout 24f5fdf7ecd056ea4fb8d82afbf52bac1267a037
task to build the package.
cd build/clp-package/sbin
./start-clp.sh
./compress.sh ~/sample/hive-24hr
- Launch the Web UI's search panel http://localhost:4000/search in a browser.
- Query with
1 and observe the query completes successfully.
- Use the timeline to change the time range to a narrower one like Year 2008 - Year 2015. As a result, a query is started with the narrower time range. Observe that the query keeps running with a pending status.
- Check the job orchestration db and find that the job has a PENDING
status.
Bug
It was observed that when a search query is submitted in the Web UI with a non-full time range, the search query will be in pending status indefinitely. The issue is not observed with the default "All Time" time range.
By method of exclusion, it is believed that this is the violating change 24f5fdf: #426
CLP version
5d3b671
Environment
Ubuntu Jammy WSL
Microsoft Edge: Version 131.0.2903.112 (Official build) (64-bit)
Reproduction steps
git checkout 24f5fdf7ecd056ea4fb8d82afbf52bac1267a037taskto build the package.cd build/clp-package/sbin./start-clp.sh./compress.sh ~/sample/hive-24hr1and observe the query completes successfully.status.