Thiruvalluvan M G
Thiruvalluvan M G
GatewayServer's start method does not leave it in clean state when throwing java.net.BindException
Here is a snippet that demonstrates the problem: public class A { public static void main(String[] args) throws java.io.IOException { A a1 = new A(); System.out.println("Starting s1"); py4j.GatewayServer s1 =...
https://issues.apache.org/jira/browse/SOLR-16810 # Description While persisting the ManagedIndexSchema as XML, non-printable characters in field names get escaped as #nn;, where nn is the decimal representation of the non-printable character. For example,...
## What is the purpose of the change New unit tests attempting to reproduce the issue AVRO-3675 ## Verifying this change The change is to add more tests ## Documentation...