You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2018/03/19 23:41:00 UTC

[jira] [Commented] (GEODE-3881) [CI Failure] org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED

    [ https://issues.apache.org/jira/browse/GEODE-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405593#comment-16405593 ] 

Dan Smith commented on GEODE-3881:
----------------------------------

This reproduced again:

 

[https://concourse.apachegeode-ci.info/teams/main/pipelines/release-1.5.0/jobs/IntegrationTest/builds/7]
{noformat}
redis.clients.jedis.exceptions.JedisDataException: ERR This key could not be created. Gemfire does not allow certain characters to used in keys
	at redis.clients.jedis.Protocol.processError(Protocol.java:127)
	at redis.clients.jedis.Protocol.process(Protocol.java:161)
	at redis.clients.jedis.Protocol.read(Protocol.java:215)
	at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:340)
	at redis.clients.jedis.Connection.getIntegerReply(Connection.java:265)
	at redis.clients.jedis.Jedis.sadd(Jedis.java:1109)
	at org.apache.geode.redis.SetsJUnitTest.testSDiffAndStore(SetsJUnitTest.java:147){noformat}
stdout has this underlying failure


{noformat}
[error 2018/03/16 21:53:00.813 UTC <GeodeRedisServer-WorkerThread-1> tid=0x39] null
org.apache.geode.redis.internal.RegionCreationException:                            Member                            | Status
------------------------------------------------------------ | -----------------------------------------------------------------------
d0fc05e6-3569-4ab6-58a3-73f99447926d(34629:loner):0:3d18cd30 | ERROR: Region names may not begin with a double-underscore: __FFwUZtX`a

	at org.apache.geode.redis.internal.RegionProvider.createRegionGlobally(RegionProvider.java:412)
	at org.apache.geode.redis.internal.RegionProvider.getOrCreateRegion0(RegionProvider.java:289)
	at org.apache.geode.redis.internal.RegionProvider.getOrCreateRegion(RegionProvider.java:209)
	at org.apache.geode.redis.internal.executor.set.SAddExecutor.executeCommand(SAddExecutor.java:43)
	at org.apache.geode.redis.internal.ExecutionHandlerContext.executeWithoutTransaction(ExecutionHandlerContext.java:235)
	at org.apache.geode.redis.internal.ExecutionHandlerContext.executeCommand(ExecutionHandlerContext.java:199)
	at org.apache.geode.redis.internal.ExecutionHandlerContext.channelRead(ExecutionHandlerContext.java:139)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1414)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:945)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:141)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
	at java.lang.Thread.run(Thread.java:748)
{noformat}

> [CI Failure] org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-3881
>                 URL: https://issues.apache.org/jira/browse/GEODE-3881
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Eric Shu
>            Priority: Major
>
> {noformat}
> org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED
>     redis.clients.jedis.exceptions.JedisDataException: ERR This key could not be created. Gemfire does not allow certain characters to used in keys
>         at redis.clients.jedis.Protocol.processError(Protocol.java:127)
>         at redis.clients.jedis.Protocol.process(Protocol.java:161)
>         at redis.clients.jedis.Protocol.read(Protocol.java:215)
>         at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:340)
>         at redis.clients.jedis.Connection.getIntegerReply(Connection.java:265)
>         at redis.clients.jedis.Jedis.sdiffstore(Jedis.java:1341)
>         at org.apache.geode.redis.SetsJUnitTest.testSDiffAndStore(SetsJUnitTest.java:157)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)