d47853

Results 10 comments of d47853

Here's a dump of the logs from a failed attempt. The cause of the Accumulo Exception might be something to look into: ``` Dec 04, 2020 3:59:47 PM uk.gov.gchq.gaffer.traffic.listeners.DataLoader loadData...

It probably wouldn't be backwards compatible however it isn't a high priority issue. More of a nice to have.

@sirNikolai, Yeah you're right. TSV is a value object and therefore we'd need to add KoryphePredicates that would filter the object. @j8934893 Are you able to provide any details around...

The Read/Write Access predicates are stored as strings because the parent object be serialisable (so that they may be stored in a Disk Cache). It's the same story for Named...

To answer your first question, no. For the JCS cache, they currently they use Java serialisation. Maybe that's something we could (and probably should) change.

And for the FederatedAccessDetail question, maybe but the FederatedAccess object is already fulfilling that role

Hi @matthew-smith0 I'm a little dubious about this issue to be honest. The hashcodes only have to be implemented so that objects that are equal should have the same hashcode....

I suspect this would be done in Kai. It's currently on Github but is highly experimental.

Yes subtly. It's flipped. AreIn is checking if the values in the input all exist in a predefined set. Whereas the CollectionContainsAll would check that values in the input contain...