issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript linked:pr
Filter by
3.2M results
Compliance sweep follow-up. Add a Developer Certificate of Origin sign-off section (git commit -s) to CONTRIBUTING,
matching the org-wide contributor-licensing baseline. Existing inbound=outbound clause ...
Steps to reproduce
Runs on a stock starrocks/allin1-ubuntu:4.1.1. Self-contained, no tables or data needed:
WITH
messages AS (
SELECT CAST( trace-1 AS VARCHAR) AS trace_id,
CAST(100 AS ...
type/bug
Description
Implement the Company Management module to allow users to view and manage all companies within the system.
Problem
The application currently lacks a dedicated interface for managing companies, ...
enhancement
Description
Two minor issues in RobotsTxtChecker:
1. Non-standard port ignored in base URL
String baseUrl = u.getProtocol() + :// + u.getHost(); // port omitted
For a site on http://example.com:8080, ...
enhancement
The friction (hit live, 2026-06-26)
During the v13.1 rem-consolidation-stall investigation, get_rem_pipeline_state (a read-only diagnostic) failed with:
Cannot execute get_rem_pipeline_state: Memory ...
ai
architecture
enhancement
model-experience
Description
The main loop in MagicBlackSpider.start() checks processed.get() maxPages before submitting each task, but
processed.incrementAndGet() happens after the fetch completes. With 4 concurrent ...
enhancement
Description
MagicBlackSpider.start() busy-polls the Scheduler in a tight loop. When the queue is momentarily empty (workers are
still processing), the main thread spins — only sleeping 100ms if isEmpty() ...
enhancement
Description
PolitenessManager.ensurePolite() makes worker threads sleep inside a while(true) loop while waiting for the per-host
delay window. With 4 worker threads all targeting the same domain, up to ...
enhancement
Description
RobotsTxtChecker caches robots.txt rules in a ConcurrentHashMap with no TTL. The lastFetched field is set but never read
— entries live for the entire lifetime of the crawler.
For long crawls, ...
enhancement
Description
SimpleFetcher uses ignoreHttpErrors(true), so Jsoup returns the HTML body of 4xx/5xx responses instead of throwing.
These error pages are then passed to KafkaPageHandler, which extracts their ...
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.