DomGarguilo commented on PR #261:
URL: https://github.com/apache/accumulo-testing/pull/261#issuecomment-1561705696
Looks like there might be an issue when running these changes with 2.1
I am seeing the following error when running `cingest createtable`
```
Exception in thread "main" com.google.gson.JsonSyntaxException:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1
column 1 path $
at
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:270)
at com.google.gson.Gson.fromJson(Gson.java:1058)
at com.google.gson.Gson.fromJson(Gson.java:1016)
at com.google.gson.Gson.fromJson(Gson.java:959)
at com.google.gson.Gson.fromJson(Gson.java:927)
at
org.apache.accumulo.core.lock.ServiceLockData.parse(ServiceLockData.java:232)
at
org.apache.accumulo.core.fate.zookeeper.ZooCache.getLockData(ZooCache.java:545)
at
org.apache.accumulo.core.rpc.clients.TServerClient.getTabletServerConnection(TServerClient.java:71)
at
org.apache.accumulo.core.rpc.clients.ClientServiceThriftClient.getTabletServerConnection(ClientServiceThriftClient.java:45)
at
org.apache.accumulo.core.rpc.clients.TServerClient.execute(TServerClient.java:107)
at
org.apache.accumulo.core.rpc.clients.ClientServiceThriftClient.execute(ClientServiceThriftClient.java:52)
at
org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.tryToModifyProperties(InstanceOperationsImpl.java:105)
at
org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.modifyProperties(InstanceOperationsImpl.java:147)
at
org.apache.accumulo.testing.continuous.CreateTable.main(CreateTable.java:65)
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was
STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:395)
at
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:259)
... 13 more
```
Not too sure what the issue is yet, looking into it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]