Steve Vaughan

Results 10 issues of Steve Vaughan

### Description of PR During the JournalNode startup, it builds the list of servers in the JournalNode set, ignoring hostnames that cannot be resolved. In environments with dynamic IP address...

### Description of PR Perform a DNS reverse name lookup when getCanonicalHost() returns the IP address as a string. The standard InetAddress getCanonicalHostName() has the following issues: 1. It reports...

Avoid reconnecting to the old address after detecting that the address has been updated. ### Description of PR When the IPC Client recognizes that an IP address has changed, it...

### Description of PR GetJournalEditServlet uses request.getRemoteuser() to determine the remoteShortName for Kerberos authorization, which fails to match when the JournalNode uses its own Kerberos principal (e.g. jn/@). This can...

### Description of PR The JournalNodeSyncer will include the local instance in syncing when using a bind host (e.g. 0.0.0.0). There is a mechanism that is supposed to exclude the...

### Description of PR Parallel builds fail because the assembly plugin does not understand the required dependencies. ### How was this patch tested? This patch has been applied to a...

Running the Maven Plugin, the generated api.raml contains simplified media-types for JSON and XML. Other media types are maintained unmodified. As an example: ``` @Produces({ "application/ld+json", "application/x-turtle" }) ``` Results...

### Description of PR Mini clusters used during HDFS unit tests are reporting test failures that do not appear to be directly related to submitted changes. The failures are the...

We currently capture metrics which include the number of files, bytes and rows for a task along with the updated partitions. This change captures metrics for each updated partition, reporting...

SQL

We currently capture metrics which include the number of files, bytes and rows for a task along with the updated partitions. This change captures metrics for each updated partition, reporting...

SQL