bala_mahesh

Results 6 comments of bala_mahesh

@yihua - please do take a look at it.

On checking I have found that `MARKER_TYPE_FILENAME` file is not created but the marker files are being created using timeline server. Since MARKER_TYPE_FILENAME is not found, hudi is assuming it...

@medb I have gone through the usage logs of GCS bucket, I couldn't find the number of requests to GCS metric yet(can you suggest on where I could find that)....

I have came across the same problem using 0.12.0 version. I have set hoodie.metadata.index.bloom.filter.enable=false hoodie.metadata.index.column.stats.enable=false these configs to false and it helped me to bypass this error.

@nsivabalan - wrt to metadata indexing, we can enable this as async job within delta streamer job with below config right ? hoodie.metadata.enable=true hoodie.metadata.index.async=true hoodie.metadata.index.column.stats.enable=true hoodie.write.concurrency.mode=optimistic_concurrency_control hoodie.write.lock.provider=org.apache.hudi.client.transaction.lock.InProcessLockProvider

@nsivabalan - we disable metadata all together to avoid the issues.