Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] New warning log in 1.3.1: "Ignoring transaction - not supported"

Since accumulo doesn't support transactions, we log that warning if you pass in something other than Transaction.AUTO_COMMIT to getFeatureReader/getFeatureWriter. We do have various other ways of controlling when things get flushed from memory to accumulo, if you need it. But we don't support commit/rollback.

Thanks,

Emilio

On 03/13/2017 05:03 PM, David Boyd wrote:
I am seeing this in my logs now:


2017-03-13 17:01:46,339 | WARN | [main] | (GeoMesaDataStore.scala:400) - Ignoring transaction - not supported 2017-03-13 17:01:46,367 | WARN | [main] | (GeoMesaDataStore.scala:400) - Ignoring transaction - not supported
What is the cause of this warning.  Could be a bit more descriptive.





Back to the top