astyanax
astyanax copied to clipboard
ObjectReader and ObjectWriter have thread creation exceptions for object names with embedded %
The ThreadFactorBuilder
embeds the objectNam
e into the name format of the thread. If the objectName
has an embedded %
sign, a RuntimeException occurs trying to set the name of the thread upon creation. The objectName
needs to have %
encoded as %%
when used in for the setNameFormat
method