pyckle

Results 8 issues of pyckle

**Describe the bug** While testing on a public torrent, many incoming connection negotiations fail with the following error: ``` [19/Oct/2021:23:23:32,279] TRACE MSEHandshakeProcessor: Negotiated encryption policy: REQUIRE_ENCRYPTED, peer: InetPeer{address=/104.x.x.x, port=63721} [19/Oct/2021:23:23:32,279]...

bug

Separate Peer into InetPeer (for remote peer), LocalPeer (for the local peer information, and ImmutablePeer for lists of peers that are obtained or sent via peer sharing mechanisms (tracker, PEx,...

Hi Ted, Thanks for the great work on the project. The code is well documented, and easy to understand considering the complexity of the problem it is solving. I have...

Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them in the PR title. For example, "PARQUET-1234:...

In certain circumstances, the CLI will fail to read old (perhaps ancient) parquet files that have an incorrect compressed_size field set in the column metadata that does not include the...

### Describe the bug? A memory leak was introduced in ApiClient.java in these two lines: https://github.com/okta/okta-sdk-java/blob/44a6c268f8d1c2e2bfd31d74bc97779a5027e6d0/api/src/main/resources/custom_templates/ApiClient.mustache#L164 https://github.com/okta/okta-sdk-java/blob/44a6c268f8d1c2e2bfd31d74bc97779a5027e6d0/api/src/main/resources/custom_templates/ApiClient.mustache#L165 These concurrent maps reinvent the wheel of a thread local variable in java...

bug
OKTA-997300.

### Rationale for this change ParquetMetadataConverter has gotten way too large - it needs to be broken up. SchemaElement conversion is a good starting point to refactor into an external...