Maksim Timonin

Results 12 comments of Maksim Timonin

@ptupitsyn @Manojred1236 Thanks for the report! I'll have a look.

Hi @fbutter > Is the topic of changing the cache configuration at runtime still on your agenda? We have some properties that can be changed in runtime. But not cache...

Hi @kagrawal-tibco ! Which behavior do you expect? `DataPageEvictionMode` works when persistent is disabled. Which value of the `isSharedNothing` flag?

Hi @kagrawal-tibco ! You didn't answer for the questions, which value of the `isSharedNothing` flag in your example. If it's set to `true` then page eviction is disabled and entries...

Hi, 401 is Unauthorized exception. By default Ignite uses account token located in "/var/run/secrets/kubernetes.io/serviceaccount/token". Custom can be set with `KubernetesConnectionConfiguration#setAccountToken`. Please check your accounts configuration.

@Manojred1236 sorry for the delay. This is a bug and some other users also reported it [IGNITE-20943](https://issues.apache.org/jira/browse/IGNITE-20943). I have prepared a patch that fixes this [#11453](https://github.com/apache/ignite/pull/11453). It will be part...

Hello, I have found the bug. hdfs3 does not work correctly with ACL. > $ python -c 'from hdfs3 import HDFileSystem; print HDFileSystem().ls("/user")' > [u'/user/cloudera', u'/user/history', u'/user/hive', u'/user/hue', u'/user/jenkins', u'/user/oozie',...

I found similar issue for libhdfs3-downstream https://github.com/ContinuumIO/libhdfs3-downstream/issues/4 It is fixed for _master_ branch, but conda-forge goes to _concat_ branch for installing libhdfs3 https://github.com/conda-forge/libhdfs3-feedstock/blob/47aec11797cf29907738a02941690ef81de2fcfd/recipe/build.sh#L3

Created a ticket for adding documentation and useful log if required module is missing. Thanks for reporting the issue https://issues.apache.org/jira/browse/IGNITE-26385