Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.0
-
None
-
None
Description
After DRILL-4286 label current is missing on Web UI indicating current drillbit.
This happens because when creating DrillbitInfo object, we check if current drillbit is the same as available. But dbContext.getEndpoint() returns drillbit with status startup and work.getContext().getAvailableBits() returns drillbit with status online, thus isCurrent variable is set as false but should be true.
Attachments
Issue Links
- is related to
-
DRILL-6019 Only admin should be able to access shutdown resources
- Closed