Charles Connell

Results 9 issues of Charles Connell

Having all three replicas of each WAL file blocks be non-local to the RegionServer makes it less likely that failures of a co-located RegionServer and DataNode result in a corrupt...

I propose a new setting available for use on reduce transforms: `end_every_period_ms`. In my organization's use of vector, we are tailing Java log files to look for garbage collection events....

domain: transforms
domain: external docs

To call a coprocessor endpoint asynchronously, you start by calling `AsyncTable#coprocessorService()`, which gives you a `CoprocessorServiceBuilder`, and a few steps later you can talk to your coprocessor over the network....

Currently there is a gap in the coverage of HBase's quota-based workload throttling. Requests sent by `[Async]AggregationClient` reach `AggregateImplementation`. This then executes Scans in a way that bypasses the quota...

At my company we have an issue with our HBase servers not reloading TLS certificate files after they change on disk. We run our HMasters inside Kubernetes Pods, and define...

- New `ReloadQuotas` RPC supported by RegionServers - When a quota is modified, the HMaster sends this RPC to all RegionServers - When a RegionServer gets a `ReloadQuotasRequest`, it does...

### Description of PR This PR adds two new boolean settings to DataNodes: - `dfs.datanode.block.access.token.unsafe.allowed-not-required` - `dfs.datanode.unsafe.sasl.allowed-not-required` With these two new settings, it is now possible for a Hadoop cluster...

HDFS
trunk
Common

### Describe the bug Invalidating instruction cache lines is unusually slow on Graviton2-based EC2 instances. This is detrimental to the JVM's performance. While this is ultimately a hardware problem, I...

I argue that in addition to flushing the master region, the `flushMasterStore()` RPC should also roll the WAL files being written by the HMaster. In clusters with small numbers of...